Examveda

What will be the output of the following Python code?
a=10
globals()['a']=25
print(a)

A. 10

B. 25

C. Junk value

D. Error

Answer: Option B


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python