Python dict Quiz
2013-12-13
What's wrong with the following Python statement? How do you undo the damage?
Answer: it clobbers the built-in dict
type with a dictionary instance!
You can restore the original state in a few ways, including: