python_examples/print_things.py

3 lines
46 B
Python
Raw Normal View History

2023-08-23 11:11:51 -04:00
def print_the_world():
print("the world")