Question: In Visual Studio code create a python function that calculates an age based on a year, month, and day. Use the following code as starting
In Visual Studio code create a python function that calculates an age based on a year, month, and day.
Use the following code as starting point:
import datetime
def calculateageyear month, day:
birthyear
birthmonth
birthday
age calculateagebirthyear, birthmonth, birthday
printfYour age is: age
This code should produce:
Your age is:
Part Creating a Function App HTTP Trigger
Create a Function App with an HTTP Trigger. Run a Test of the function without changes.
Print Screen
Part Adding Code
Make a code change to run the function from Part in the Function from Part Run the code
Print Screen
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
