1.

What is the output of the code shown below? a=10 globals()['a']=25 print(a)

A. 10
B. 25
C. Junk value
D. Error
Answer» C. Junk value


Discussion

No Comment Found