12 Mar Explore the for loop and the while loop.? 1. Explain when to use these different types of loops. 2. How do you include a ‘loop’ structure programming in Py
Discussion Points:
Explore the for loop and the while loop.
1. Explain when to use these different types of loops.
2. How do you include a 'loop' structure programming in Python?
3. How do you control a loop?
4. Provide sample code to demonstrate loops