We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94f3b5 commit 99ed69dCopy full SHA for 99ed69d
8th.py
@@ -0,0 +1,3 @@
1
+n = int(input("Input n : "))
2
+for i in range(n):
3
+ print(i+1)
0 commit comments