Run IDLE, and type in the following: one = [9, 36, 16, 25, 4, 1] two = dict(india=9, golf=17, juliet=5, foxtrot=61, hotel=8) three = {11: "lima", 13: "kilo", 12: "mike"} Try to predict what the len(),...



Run IDLE, and type in the following:


one = [9, 36, 16, 25, 4, 1]


two = dict(india=9, golf=17, juliet=5, foxtrot=61, hotel=8)


three = {11: "lima", 13: "kilo", 12: "mike"}


Try to predict what the len(), max(), min(), and sum() functions will


produce for each of the three collections, then apply the functions and see the


results. Do they do what you expected?



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here