<snip>

>
>
> NEW QUESTION if y'all are still reading:
>
> Is there an integer increment operation in Python? I tried
> using i++ but had to revert to 'i = i + 1'

i+=1

<snip>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to