notas-lc/muta.py

5 lines
35 B
Python
Executable File

x=1
oldID=id(x)
x=x+1
id(x)==oldID