Multiple Choice
What dictionary operation can you use to remove all the keys within the dictionary named contacts?
A) contacts.delete()
B) contacts.remove()
C) contacts.clear()
D) contacts.dump()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If pop is used with just one
Q13: When creating a list of items whose
Q14: What operator should you utilize if you
Q15: What statement accurately describes the difference between
Q16: Lists of integers can be built using
Q18: The == operator returns True if the
Q19: What method should you utilize to add
Q20: What statement regarding the use of lists
Q21: When replacing an element in a list,
Q22: If you use the range method with