Do all of this in a .py file in Pycharm.

  1. Create a function called hello_world_printer() which takes no parameters and prints the string "hello world"

  2. Call the function hello_world_printer()