mumps-docs/python-tutorials/sample/helpers.py

8 lines
84 B
Python
Raw Permalink Normal View History

2020-09-30 14:31:20 -04:00
def get_answer():
"""Get an answer."""
return True
print("Hello Python")