1 line
54 B
Python
1 line
54 B
Python
for i in range(1,11): print("Door %s is open" % i**2)
|
for i in range(1,11): print("Door %s is open" % i**2)
|