UCAS Course (1) Python programming
Completion requirements

ILO's of while loop
The student should be able to
1- learn how to execute a block of code repeatedly
2- Understand how to use break and continue statements to control the flow of the loop
3- Learn to recognize and manage infinite loops, which occur when the loop’s condition never becomes false
4- Explore the else clause in loops
5- Gain the ability to use loops within loops (Nested loops)
6- Apply while loops to real-world problems