Skip to content

Commit 99ed69d

Browse files
authored
Create 8th.py
1 parent c94f3b5 commit 99ed69d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

8th.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
n = int(input("Input n : "))
2+
for i in range(n):
3+
print(i+1)

0 commit comments

Comments
 (0)