Exam (elaborations)
CS 1315 Key PASSED Questions and CORRECT Answers
- Course
- Institution
y=[["cat","dog"],["fetch","meow"]]datatype: list result: [["cat", "dog"],["fetch","meow"]] ()datatype: list result: dict_keys varX={}datatype: dict result: {} dict= {"A":4.0, "B": "5.5", "C":7} dict[4.0] #the datatype of thisERROR Accessing a dictionary with dict[4.0] would result in a KeyE...
[Show more]