mirror of
https://github.com/rasbt/python_reference.git
synced 2024-12-18 00:00:19 +00:00
3 lines
95 B
Python
3 lines
95 B
Python
|
def hello_world():
|
||
|
"""This is a hello world example function."""
|
||
|
print('Hello, World!')
|