Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
hard
Python
collections
Single-choice MCQ
2 views
What does this code print?
d = {"a": 1, "b": 2}\nprint(d.pop("b", "c"))