Objective
Write a Python script that prints exactly Hello Python! followed by a newline.
Steps
$ python3 hello.py
Hello Python!
Expected files
Allowed functions
None. Write every helper yourself.

Objective
Write a Python script that prints exactly Hello Python! followed by a newline.
Steps
$ python3 hello.py
Hello Python!
Expected files
Allowed functions
None. Write every helper yourself.

Tests
Run the tests to grade your code