Answer to Question #321088 in Python for Maneo

Question #321088

please find attached questions,

https://drive.google.com/file/d/1Xz5GwV0PswLHvdgqTWG6HgnQ0PEp1cD4/view?usp=sharing


1
Expert's answer
2022-04-02T02:00:17-0400
result = {"Kate":87,
         "John":45,
         "Sam":65,
         "Tom":94,
         "Peter":54,
         "Paul":89,
         "James":76,
         "Joseph":65,
         "Mary":58,
         "Joyce":56}


result_sorted = sorted(result.items(), key=lambda x:x[1], reverse=True)


result_sorted


max(result_sorted)
min(result_sorted)
np.mean(result_sorted[1][1])

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS