Do all of this in a .py file in Pycharm.
Create a function called hello_world_printer() which takes no parameters and prints the string "hello world"
Call the function hello_world_printer()