Explain loops in Python language with diagram.
Answers
Answered by
4
A loop statement allows us to execute a statement or group of statements multiple times. Loop control statements change execution from its normal sequence. When execution leaves a scope, all automatic objects that were created in that scope are destroyed.
Similar questions