On 12/28/17 6:43 AM, jorge.conr...@cptec.inpe.br wrote:
Hi,I would like to know if there is a goto command or something similar that I can use in Python.
Python does not have a goto statement. You have to use structured statements: for, while, try/except, yield, return, etc.
If you show an example of where you would like to use a goto, we can help find a different way.
--Ned. -- https://mail.python.org/mailman/listinfo/python-list