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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!