Problem
1. Personal Message: Store a person's name in a variable and print a message to that person. Your message should be simple, such as, "Hello Eric, would you like to learn some Python today?"
2. Name Cases: Store a person's name in a variable, and then print that person's name in lowercase, uppercase, and title case.