mirror of
https://github.com/rasbt/python_reference.git
synced 2025-01-18 15:27:09 +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!')
|