Page 1 of 1

Write a Python script that asks for a user’s first name and the year they were born (separately) and prints out a messag

Posted: Fri May 20, 2022 3:12 pm
by answerhappygod
Write a Python script that asks for a user’s first name and the
year they were born (separately) and prints out a message in the
following format: ‘John is 19 years old.’ (you need to subtract
their year of birth from the current year)