Skip to content

Commit 53161ee

Browse files
authored
To perform for loop
1 parent eb15245 commit 53161ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Loops.py

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

0 commit comments

Comments
 (0)