while-loops enter the last time after condition is filled?

Tim Chase python.list at tim.thechases.com
Sat Apr 5 20:08:19 EDT 2008


> it seems to me from my results that when i use a while-loop it
> will execute once after the condition is met.

Nope.

> ie the conditions is met the code executes one time more and
> then quits.

Must be that your conditional is wrong, or your conditions are 
not updated the way you think they are.

-tkc





More information about the Python-list mailing list