3 lines
46 B
Python
3 lines
46 B
Python
def hello_world():
|
|
print("Hello, world!")
|
def hello_world():
|
|
print("Hello, world!")
|