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 6741bf7 commit 32d5a00Copy full SHA for 32d5a00
Series/sum.py
@@ -0,0 +1,3 @@
1
+n = int(input())
2
+for i in range(n):
3
+ print(i)
0 commit comments