Write a program hello_world_personal.py that puts your name into a variable called name. Then the program should print out a hello message to anyone who has their name stored in that variable.
hello_world_personal.py
name
Sample output:
Hello, Richard!