5) Loops
Use a for loop to repeat output.
All Topics
Run Program
Python Code
for i in range(1, 6): print("Count:", i)
Program Input (optional)
Output