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 252) 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 Output53 24 36 25Average: 34.50
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here