<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: do-while python</title><link>http://www.bing.com:80/search?q=do-while+python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>do-while python</title><link>http://www.bing.com:80/search?q=do-while+python</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>Python Do While Loops - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/python-do-while/</link><description>In Python, we can simulate the behavior of a do-while loop using a while loop with a condition that is initially True and then break out of the loop when the desired condition is met. Do while loop Do while loop is a type of control looping statement that can run any statement until the condition statement becomes false specified in the loop.</description><pubDate>Wed, 03 Jun 2026 22:19:00 GMT</pubDate></item><item><title>Python Do While – Loop Example - freeCodeCamp.org</title><link>https://www.freecodecamp.org/news/python-do-while-loop-example/</link><description>Python does not have built-in functionality to explicitly create a do while loop like other languages. But it is possible to emulate a do while loop in Python. How to emulate a do while loop in Python To create a do while loop in Python, you need to modify the while loop a bit in order to get similar behavior to a do while loop in other languages.</description><pubDate>Thu, 04 Jun 2026 02:01:00 GMT</pubDate></item><item><title>python - How to emulate a do-while loop? - Stack Overflow</title><link>https://stackoverflow.com/questions/743164/how-to-emulate-a-do-while-loop</link><description>I need to emulate a do-while loop in a Python program. Unfortunately, the following straightforward code does not work:</description><pubDate>Fri, 05 Jun 2026 00:26:00 GMT</pubDate></item><item><title>Python While Loops - W3Schools.com</title><link>https://www.w3schools.com/python/python_while_loops.asp</link><description>W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.</description><pubDate>Thu, 04 Jun 2026 16:05:00 GMT</pubDate></item><item><title>How Can You Emulate Do-While Loops in Python?</title><link>https://realpython.com/python-do-while/</link><description>In this tutorial, you'll learn how to emulate do-while loops in Python. The most common technique to do this is to create an infinite while loop with a conditional statement that controls the loop and jumps out of it using a break statement.</description><pubDate>Wed, 03 Jun 2026 00:22:00 GMT</pubDate></item><item><title>4. More Control Flow Tools — Python 3.14.5 documentation</title><link>https://docs.python.org/3/tutorial/controlflow.html</link><description>4. More Control Flow Tools ¶ As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. 4.1. if Statements ¶ Perhaps the most well-known statement type is the if statement. For example:</description><pubDate>Thu, 04 Jun 2026 17:17:00 GMT</pubDate></item><item><title>Emulating a Do-While Loop in Python: A Comprehensive Guide for ...</title><link>https://www.datacamp.com/tutorial/do-while-loop-python</link><description>Explore how to emulate a "do-while" loop in Python with our short tutorial. Plus discover how to use it in data science tasks.</description><pubDate>Wed, 03 Jun 2026 22:26:00 GMT</pubDate></item><item><title>Python do while loop Emulation</title><link>https://www.pythontutorial.net/python-basics/python-do-while/</link><description>in this tutorial, you'll learn how to emulate the do while loop statement in Python by using a while loop and a break statement.</description><pubDate>Sun, 31 May 2026 16:31:00 GMT</pubDate></item><item><title>Python Loops Explained: for, while, break, and continue</title><link>https://openpython.org/articles/python-loops-for-while-guide</link><description>Home / Articles / Python Loops Explained: for, while, break, and continue Python Loops Explained: for, while, break, and continue Loops let you repeat code without writing it over and over. This guide covers Python's for and while loops, when to use each, and how break, continue, and else work inside loops.</description><pubDate>Thu, 04 Jun 2026 05:42:00 GMT</pubDate></item><item><title>Python Do While | Docs With Examples - Hackr</title><link>https://hackr.io/blog/python-do-while-loop</link><description>Python do-while loop simulation with examples. Use while True with break to ensure at least one iteration, handle user input validation, menu-driven programs, and data processing efficiently in Python.</description><pubDate>Wed, 03 Jun 2026 00:14:00 GMT</pubDate></item></channel></rss>