Create 3 - Square Census.py
This commit is contained in:
parent
38601c2629
commit
14143af154
5
07/c/3 - Square Census.py
Normal file
5
07/c/3 - Square Census.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
n=int(input())
|
||||||
|
c = 1
|
||||||
|
while c**2 < n:
|
||||||
|
print(c**2)
|
||||||
|
c += 1
|
Loading…
Reference in New Issue
Block a user