python-tutorials/sample/helpers.py

8 lines
84 B
Python

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