<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Python Continue</title><link>http://www.bing.com:80/search?q=Python+Continue</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Python Continue</title><link>http://www.bing.com:80/search?q=Python+Continue</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Example use of "continue" statement in Python? - Stack Overflow</title><link>https://stackoverflow.com/questions/8420705/example-use-of-continue-statement-in-python</link><description>The definition of the continue statement is: The continue statement continues with the next iteration of the loop. I can't find any good examples of code. Could someone suggest some simple cases</description><pubDate>Fri, 10 Apr 2026 21:07:00 GMT</pubDate></item><item><title>if statement - if pass and if continue in python - Stack Overflow</title><link>https://stackoverflow.com/questions/37124717/if-pass-and-if-continue-in-python</link><description>There is a fundamental difference between pass and continue in Python. pass simply does nothing, while continue jumps to the next iteration of the for loop. The statement if not 0 always evaluates to True, so both pass and continue statements will be executed. pass will do nothing and print the value, while continue will skip to the next iteration ignoring the print statement written below.</description><pubDate>Sun, 12 Apr 2026 22:30:00 GMT</pubDate></item><item><title>Is there a difference between "pass" and "continue" in a for loop in ...</title><link>https://stackoverflow.com/questions/9483979/is-there-a-difference-between-pass-and-continue-in-a-for-loop-in-python</link><description>Is there any significant difference between the two Python keywords continue and pass like in the examples for element in some_list: if not element: pass and for element in some_list: ...</description><pubDate>Sun, 12 Apr 2026 01:09:00 GMT</pubDate></item><item><title>Python: Continuing to next iteration in outer loop</title><link>https://stackoverflow.com/questions/1859072/python-continuing-to-next-iteration-in-outer-loop</link><description>I wanted to know if there are any built-in ways to continue to next iteration in outer loop in python. For example, consider the code: for ii in range(200): for jj in range(200, 400): ...</description><pubDate>Mon, 13 Apr 2026 06:08:00 GMT</pubDate></item><item><title>Qual a diferença entre break, pass e continue em Python?</title><link>https://pt.stackoverflow.com/questions/322/qual-a-diferen%C3%A7a-entre-break-pass-e-continue-em-python</link><description>A documentação do Python em português é um trabalho em andamento, e razoavelmente confusa como podem ver. Tenho dificuldades em inglês e achei esse site que não consigo ler. Portanto, como posso ...</description><pubDate>Mon, 13 Apr 2026 03:02:00 GMT</pubDate></item><item><title>python - Is the continue statement necessary in a while loop? - Stack ...</title><link>https://stackoverflow.com/questions/38513718/is-the-continue-statement-necessary-in-a-while-loop</link><description>I'm confused about the use of the continue statement in a while loop. In this highly upvoted answer, continue is used inside a while loop to indicate that the execution should continue (obviously)...</description><pubDate>Fri, 10 Apr 2026 19:26:00 GMT</pubDate></item><item><title>python - Why is continue not working? - Stack Overflow</title><link>https://stackoverflow.com/questions/20893641/why-is-continue-not-working</link><description>continue returns the flow of execution back to the top of the loop for another iteration. It does not continue the same iteration the loop. If you were to remove the continue statement, then Python would proceed to the next statment, and print 'Why won't this ever print!.</description><pubDate>Sat, 11 Apr 2026 03:05:00 GMT</pubDate></item><item><title>python - How to make a double 'continue' in a loop? - Stack Overflow</title><link>https://stackoverflow.com/questions/5774200/how-to-make-a-double-continue-in-a-loop</link><description>Is it possible to make a double continue and jump to the item after the next item in the list in python?</description><pubDate>Mon, 06 Apr 2026 18:12:00 GMT</pubDate></item><item><title>Catch exception and continue try block in Python</title><link>https://stackoverflow.com/questions/19522990/catch-exception-and-continue-try-block-in-python</link><description>18 'continue' is allowed within an 'except' or 'finally' only if the try block is in a loop. 'continue' will cause the next iteration of the loop to start. So you can try put your two or more functions in a list and use loop to call your function. Like this:</description><pubDate>Mon, 13 Apr 2026 11:23:00 GMT</pubDate></item><item><title>python - Is there a way to detach matplotlib plots so that the ...</title><link>https://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue</link><description>After these instructions in the Python interpreter one gets a window with a plot: from matplotlib.pyplot import * plot([1,2,3]) show() # other code Unfortunately, I don't know how to continue to</description><pubDate>Mon, 13 Apr 2026 21:32:00 GMT</pubDate></item></channel></rss>