Question: How does Python know which statements belong inside a loop? Only one statement can belong. If you need more, you have to use nested loops.

How does Python know which statements belong inside a loop? Only one statement can belong. If you need more, you have to use nested loops. Enclose the statements in curly braces \{\} All following statements belong until it reaches a quit() statement indentation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
