2 lines
44 B
Python
2 lines
44 B
Python
|
for i in range(3):
|
||
|
print("Hello World!")
|