For Loop Basics
Intermediate
Python
25 XP
📋 Challenge
Use a for loop to print numbers from 1 to 5.
Use the range() function.
✅ Expected Output
1
2
3
4
5
💡 Need Help?
Click to reveal hints one at a time.
Your Progress
Status: Pending