Namespace / scope

What is the name space

Namespace that is stored with the object name mapping / binding local relations.

For x = 3, Python will allocate memory space to store the object 3, then the name binding relationship with 3 x stored in the namespace, del x clears the binding relationship.

There will be space for up to three names during program execution

 

Guess you like

Origin www.cnblogs.com/Tornadoes-Destroy-Parking-Lots/p/12525332.html