python programming
Create a program that asks the user to enter their name and their age. Print out a message addressed to them that tells them the year that they will turn 100 years old. 2. Take two integer values from the user and return their sum. Unless the two values are the same, then return double their sum. 3. Ask the user for a number. Depending […]