why no "do : until"?

henry_crun3583 at my-deja.com henry_crun3583 at my-deja.com
Fri Dec 29 22:00:05 EST 2000


Can someone point me at an explanation of the logic for not having
do:
until

or explain the elegant way to achieve this in Python.

eg
do :
    R=Themistor.ReadResistance()
    T=R_to_Temperature(R)
  until (T >=25)


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list