We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
def say_hello(): print('Greetings') if __name__ == '__main__': say_hello()
python3 run.py