What will be the output of the following code?? def f(): x=1 print(x) x+=1 f() OPTIONS: A)1 B)2 C)3 D)Error CORRECT OPTION IS …
[ad_2]
source
What will be the output of the following code?? def f(): x=1 print(x) x+=1 f() OPTIONS: A)1 B)2 C)3 D)Error CORRECT OPTION IS …
[ad_2]
source