Skip to content

Commit b48d54f

Browse files
loops added
1 parent a88ca74 commit b48d54f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Introduction/Loops/Solution.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
n = int(input())
2+
3+
[print(i ** 2) for i in range(n)]

0 commit comments

Comments
 (0)