- 1 Write A Function To Complete The Following Task Given A Dictionary As An Argument Find And Return The Average And T 1 (24.04 KiB) Viewed 45 times
1. Write a function to complete the following task: Given a dictionary as an argument, find and return the average and t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Write a function to complete the following task: Given a dictionary as an argument, find and return the average and t
1. Write a function to complete the following task: Given a dictionary as an argument, find and return the average and the highest value. Consider the value of the dictionary is always a number. 2. Write a function to complete the following task: Given a list as an argument, find and return the string is upper case. ( assume the list is composed of numbers only)