R
Q. What is the output of the following function call?
Code:
def greet(name):
return 'Hello ' + name
print(greet('Alice'))
return 'Hello ' + name
print(greet('Alice'))
- Correct Answer - Option(B)
- Views: 5
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.