WEEKEND CHALLENGE!!!
Hello guys!
I thought it would be helpful for us to have some little Python practice based on what we've been taught so far.
Feel free to ask for help and drop screenshots of your Print output when you're done.

1. Write a program that asks the user for their favorite color and then prints a message saying whether or not you share the same favorite color.

2. Create a script that prompts the user for their birth year and then calculates their age.

3. Develop a program that asks for two numbers and then prints out a message indicating whether the sum of those numbers is even or odd.