Hello all,<br><br>I seem something like this on python code:<br><br>for .... :<br>    for .... :<br>         spam[i][eggs] = ham<br>   ++i<br>.<br>.<br>.<br><br>What's the meaning of using i++? Even, does exist ++ operator in python?<br>
<br>Bye<br><br><br><br><br>