Question: Make a script that prints out numbers from 1 to 10

Expected output:

1
2
3
4
5
6
7
8
9
10

Hint: Iterate through a range object.