Question: Given age1 and age2 read from input, compute the average and assign avg_age with the result. age1 = int(input()) age2 = int(input()) ''' Your solution
Given age1 and age2 read from input, compute the average and assign avg_age with the result. age1 = int(input()) age2 = int(input()) ''' Your solution goes here ''' print(f'Average age: {avg_age:.2f}')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
