Compare commits

...

1 commit
Rust ... Python

Author SHA1 Message Date
robin a7c6246724 Dateien nach „/“ hochladen 2024-09-22 11:17:21 +02:00

8
squares.py Normal file
View 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