Question: 7) Which dictionary method returns a default value if a key doesnt exist? keys() method() default() get() 8) Which dictionary method sets a value if
7) Which dictionary method returns a default value if a key doesnt exist?
keys()
method()
default()
get()
8) Which dictionary method sets a value if a key doesnt exist?
set()
method()
setdefault()
get()
10)
What module and function can be used to pretty print dictionary values?
| pprint, pprint.pprint() | ||
| print, pprint | ||
| print(), pprint.pprint | ||
| prettyprint, pprint.pprint() |
9) What is the difference between dictionaries and lists?
| list is a data type, dictionaries are not | ||
| lists are ordered, dictionaries are unordered | ||
| lists are mutable, dictionaries are immutable | ||
| lists are long, dictionaries are short |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
