Question: In PyCharm, write a program that prompts the user for their name and age. Your program should then tell the user the year they were
In PyCharm, write a program that prompts the user for their name and age. Your program should then tell the user the year they were born. Here is a sample execution of the program with the user input in bold:
What is your name? Amanda How old are you? 15 Hello Amanda! You were born in 2005. Step by Step Solution
There are 3 Steps involved in it
P ython code for the program in PyCharm import datetime Get the ... View full answer
Get step-by-step solutions from verified subject matter experts
