Question: Write a function displayAges. This function has 3 arguments: names: list of strings with names of each person . birthYears: list of integers with
Write a function displayAges. This function has 3 arguments: names: list of strings with names of each person . birthYears: list of integers with the year of birth of each person year: an integer with a year This function will display a message that shows for each person's name and age based only on the year, follow the template: Aria is 20 years old in 2020. where the input was displayAges (["Aria"], [2000], 2020).
Step by Step Solution
There are 3 Steps involved in it
displayAges function in Python to display each persons name and age based ... View full answer
Get step-by-step solutions from verified subject matter experts
