python dowload

Wes James comptekki at gmail.com
Tue Feb 23 18:19:41 EST 2010


<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>



More information about the Python-list mailing list