mirror of
https://github.com/rasbt/python_reference.git
synced 2025-01-31 05:33:47 +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!')
|