We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88ca74 commit b48d54fCopy full SHA for b48d54f
Introduction/Loops/Solution.py
@@ -0,0 +1,3 @@
1
+n = int(input())
2
+
3
+[print(i ** 2) for i in range(n)]
0 commit comments