Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardPythoncollectionsSingle-choice MCQ2 views

What does this code print?

d = {"a": 1, "b": 2}\nprint(d.pop("b", "c"))