Which reserved word indicates the start of an "indefinite" loop in python?
Answers
Answered by
0
Python: A high-level programming language with improved code readability using significant white space is called python.
While loop: The statements inside the while loop are executed till the condition stated in the while (condition) is true. If there are no conditions, the loop is infinite.
The answer is while (Condition) statement.
Similar questions