python "jump" or "goto" commands?

eric_brake brakedon at hotmail.com
Wed May 30 18:14:44 EDT 2001


I'd like to know if python has commands similar to "jump" or "goto".
I've been using "while" loops to do the job, but i think if I could
use a "jump" command it would take less code. And I could also execute
any part of my code depending on a boolean operator.

am I right or wrong?
thanks



More information about the Python-list mailing list