Threading and tkinter

Craig Allen callen314 at gmail.com
Fri Feb 20 17:34:51 EST 2009


> The statement
>
>     x=x+1
>
> (which, by the way, should stylistically be written
>
>     x = x + 1
>

yes I was wondering what "x=x+1" meant until you translated it... oh,
"x = x + 1" of course! I thought to myself.

Oh wait no I'm sarcastic.



More information about the Python-list mailing list