python-tutorials/sample/helpers.py

8 lines
84 B
Python
Raw Normal View History

def get_answer():
"""Get an answer."""
return True
print("Hello Python")