8 lines
84 B
Python
Raw Permalink Normal View History

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