beginner
Loop with Range
Use a for loop to repeat an action.
📝 प्रॉम्ट सामग्री
Write a for loop that prints the numbers from 1 to 5. Use the range function to generate the sequence of numbers.