refcount3

Run Settings
LanguagePython
Language Version
Run Command
import sys print(sys.getrefcount(1000)) x = 1000 print(sys.getrefcount(1000)) x = x + 1 print(sys.getrefcount(1000))
Editor Settings
Theme
Key bindings
Full width
Lines