# When a = 1, due to python's cache pool, it can be parsed, but b is a brand new object, why is the reference count 2?
help(sys.getrefcount)
Let’s talk briefly first, because sys.getrefcount(b) is also considered a reference
Let’s talk briefly first, because sys.getrefcount(b) is also considered a reference