On Sun, Nov 24, 2013 at 4:41 PM, Dominik George <n...@naturalnet.de> wrote: > Hi, > >> I stumbled upon the "continue" statement and to me it looks like it >> does exactly the same as else. I tested both else and continue in a >> little program and I don't see any differences between both. Is my >> assumption correct or wrong? If the latter is the case: Can you give >> me examples of continue usage that couldn't be done with else?
I applaud your industrious exploration lately. Don't forget the Python website. I googled 'python continue' and got this: http://docs.python.org/2/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops Google is your friend! https://mail.python.org/mailman/listinfo/tutor > -- Joel Goldstick http://joelgoldstick.com _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor