R
Q. What will be the output of the following code?
Code:
def f():
return 'Hello'
f = 10
print(f)
return 'Hello'
f = 10
print(f)
- Correct Answer - Option(B)
- Views: 5
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.