What does while 1 mean in python?
Answer / Ketan Rathi
In Python, 'while 1' creates an infinite loop that continues to run until the program is stopped. This construct can be used when you need the program to repeatedly execute a certain block of code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is javascript harder than python?
What made you to choose python as a programming language?
What is %s %d in python?
Can you sort a string in python?
Do you know what does the <yield> keyword do in python?
How can I find the methods or attributes of an object in python?
What tools can help find bugs or perform the static analysis?
Explain delegation in python
What is meant by“call by value” in python?
How to convert a list into a string?
Is nan a float python?
How is the Implementation of Pythons dictionaries done?