We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15245 commit 53161eeCopy full SHA for 53161ee
Loops.py
@@ -0,0 +1,3 @@
1
+n = int(input())
2
+for i in range(0,n):
3
+ print(i*i)
0 commit comments