what's the deal of "_" in Python?

Erik Heneryd erik at heneryd.com
Thu Sep 16 18:28:57 EDT 2004


phansen wrote:
> Yun Mao wrote:
> 
>> Can someone give me some pointers to the related docs? Thanks.
> 
> 
> It's a variable name.  See http://docs.python.org/ref/identifiers.html

...and is special in interactive mode.  See 
http://docs.python.org/ref/id-classes.html


Erik



More information about the Python-list mailing list