Skip to content

Commit 650bbdd

Browse files
Add files via upload
Write a short program that prints the numbers 1 to 10 using a for loop
1 parent 1f92703 commit 650bbdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loop.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
for num in range(1, 11):
2+
print(num)

0 commit comments

Comments
 (0)