A
Q. What will be the output
Code:
def f1(x): global x x+=1 print(x) f1(15) print("hello")
- Correct Answer - Option(A)
- Views: 26
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.