1 line
52 B
Python
1 line
52 B
Python
for i in range(1,11): print(f"Door {i**2} is open")
|
for i in range(1,11): print(f"Door {i**2} is open")
|