sir i am not getting the result while substituting
a = 2
print(a) and run
getting this-
NameError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_18464/1189138062.py in
----> 1 print(a)
NameError: name ‘a’ is not defined