Write a Python function and call it: 1- Write a function that will take two parameters, a person name (str) and a year of birth (int). The function will calculate the person's age (from the year) and print out the name and the age of that person. 2- Write the call for the function that passes proper arguments. Use the editor to format your answer

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.3: Returning Multiple Value
Problem 6E
icon
Related questions
Question
Write a Python function and call it: 1- Write a function that will take two parameters, a person name (str) and a year of birth (int).
The function will calculate the person's age (from the year) and print out the name and the age of that person. 2- Write the call for
the function that passes proper arguments.
Use the editor to format your answer
Transcribed Image Text:Write a Python function and call it: 1- Write a function that will take two parameters, a person name (str) and a year of birth (int). The function will calculate the person's age (from the year) and print out the name and the age of that person. 2- Write the call for the function that passes proper arguments. Use the editor to format your answer
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr