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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to