forked from Advanced_Python/advanced-python-homework-2023
3 lines
43 B
Python
3 lines
43 B
Python
|
def hello_world():
|
||
|
return "Hello, World!"
|