Write a program hello_world.py that prints out the greeting "Hello, World!" on the screen.
hello_world.py
Sample Output:
Hello, World!