python_examples/print_things.py

3 lines
46 B
Python

def print_the_world():
print("the world")