Skip to content

Commit 32d5a00

Browse files
authored
Create sum.py
1 parent 6741bf7 commit 32d5a00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Series/sum.py

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

0 commit comments

Comments
 (0)