Hayri ERDENER wrote: > what is the equivalent of C languages' goto statement in python?
Steven offered the best reply here, in that he wondered what you actually need this for. What usage of "goto" in C are you hoping to emulate? It's a certainty that some other non-goto technique will be more appropriate in Python. -Peter -- http://mail.python.org/mailman/listinfo/python-list