A
Q. Choose the correct option with reference to below Python code?
Code:
def fn(a):
print(a)
x=90
fn(x)
print(a)
x=90
fn(x)
- Correct Answer - Option(D)
- Views: 33
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.