python_reference/tutorials/hello_world.py

3 lines
95 B
Python
Raw Normal View History

2014-06-30 02:21:05 +00:00
def hello_world():
"""This is a hello world example function."""
print('Hello, World!')