2 lines
67 B
Python
2 lines
67 B
Python
|
|
for a in range(1000):
|
||
|
|
print("Szeretjük a Python teknőcöket")
|