1. Write a function to complete the following task: Given a dictionary as an argument, find and return the average and t
Posted: Fri Jul 08, 2022 6:38 am
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)