Python ++ Operator?
Rafael Durán Castañeda
rafadurancastaneda at gmail.com
Fri Jul 15 03:38:02 EDT 2011
More information about the Python-list mailing list
Fri Jul 15 03:38:02 EDT 2011
- Previous message (by thread): None versus MISSING sentinel -- request for design feedback
- Next message (by thread): Python ++ Operator?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all,
I seem something like this on python code:
for .... :
for .... :
spam[i][eggs] = ham
++i
.
.
.
What's the meaning of using i++? Even, does exist ++ operator in python?
Bye
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110715/4a20df75/attachment.html>
- Previous message (by thread): None versus MISSING sentinel -- request for design feedback
- Next message (by thread): Python ++ Operator?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list