I need help Note: It`s a python Implement the following: 1) Code a dictionary from the following data (the key is the name and the value is the age): Ann 53 Bill 24 Calvin 36 David 25 2) Use a loop to...


I need help


Note: It`s a python


Implement the following:
1) Code adictionary from the following data (the key is the name and the value is the age):
     Ann 53
     Bill 24
     Calvin 36
     David 25
2) Use aloop to print all ages on the same line.
3) In theloop above, calculate theaverage age with a precision of two decimal places.
4) Print theaverage.Do not just print(34.5).




Just make sure to precisely match the outputformat below.


Write your code in theANSWER area provided below (must includecomments if using code is not covered in the course).






Example Output


53 24 36 25
Average: 34.50



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here