Monday 15 August 2011

Global variables in Python 3 class -


How to use global variable inside class launcher in Python 3?

For example

How do I change x in a global variable?

You must declare your variable before declaring a class and use the global statement on the IIT function :

No comments:

Post a Comment