The listed greetings program is an illustration of Python functions.
The error in the program is that the program is not properly indented.
Python program uses indents to identify blocks of code.
So, the fix to the program is to properly indent the code, and the fix (without the comments) is as follows:
def greetings(s):
x = s.split()
print("Hello, "+x[0]+"! I also enjoy "+x[1]+"!")
Read more about Python programs at:
brainly.com/question/16240699
You can use the <p> tag.
<p>Your paragraph here.</p>
Multiline:
<p>
Some text.
Some more text.
Some more text because you need more text.
</p>
Answer:
#include<studio.h>
Int main()
{
Int a=10, b= 20, sum;
Sum =a+b;
Printf(“ sum = %d”, sum );
Return 0;
}
Explanation:
Let's Assume A = 10 and B = 20