mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-24 04:21:15 +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!') |