Namespaces In Python

Namespaces In Python

An assignment statement creates a symbolic name that you can use to reference an object. The statement x = 'foo' creates a symbolic name x that refers to the string object 'foo'.

More by pratik bais

View profile