Mega Code Archive
Categories
/
Python Tutorial
/
Function
Local Names Are Detected Statically
X = 99 def selector( ): print X selector( )