2 lines
44 B
Python
2 lines
44 B
Python
for i in range(10):
|
|
print("Hello world") |
for i in range(10):
|
|
print("Hello world") |