On 09/09/2012 12:03, StarPilgrim wrote:
Hi all,
Brand new to python. I was wondering what the __ underscore means?
For example, there is a line of code:

__name__=='__main__'


and I don't know what the double underscore is used for.


Start here http://docs.python.org/reference/datamodel.html#specialnames

--
Cheers.

Mark Lawrence.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to