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.