An unusual question...

Steven D'Aprano steve+comp.lang.python at pearwood.info
Mon Apr 18 07:56:05 EDT 2011


On Mon, 18 Apr 2011 10:53:00 +0100, wisecracker wrote:

> global somestring
> somestring = " "

You don't need to declare a name in the global scope as global. It just 
is global.


-- 
Steven



More information about the Python-list mailing list