When this code is executed in the console, it produces a rootselt false, but if it is written in a file and executed in any environment, it will be true, why?
a = 399
b = 399
print(a is b)
#True
When this code is executed in the console, it produces a rootselt false, but if it is written in a file and executed in any environment, it will be true, why?
a = 399
b = 399
print(a is b)
#True