4 lines
47 B
Python
4 lines
47 B
Python
|
|
||
|
def print_the_world():
|
||
|
print("the world")
|