My First Function Write a function to print "Hello World" Solution def print_hello_world(): print("hello world")