Page 1 of 1

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
by answerhappygod
1 Write A Function To Complete The Following Task Given A Dictionary As An Argument Find And Return The Average And T 1
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 47 times
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)