Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
a7c6246724 |
8
squares.py
Normal file
8
squares.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
len =input()
|
||||||
|
x =0
|
||||||
|
len= int(len)
|
||||||
|
len = len+1
|
||||||
|
while x < len:
|
||||||
|
p=x*x
|
||||||
|
print(p)
|
||||||
|
x=x+1
|
Loading…
Reference in a new issue