unnested
Pro

© 2026 unnested

Built for learners, by learners

AboutPrivacy PolicyTerms of ServiceContactSuggest a feature
Learn Python

Modules & Stdlib

11 questions

Multiple choiceEasy
__name__ == '__main__' guard
OutputEasy
Counter missing key behavior
Multiple choiceEasy
deque vs list for front removal
OutputMedium
Counter.most_common output
Multiple choice

Sign in to save your progress.

Medium
Implementing a max-heap with heapq
OutputMedium
itertools.combinations count
OutputMedium
defaultdict auto-create on access
OutputHard
heapq with tuple ordering
Multiple choiceHard
from module import * risks
OutputHard
itertools.accumulate running total
VocabularyHard
What the GIL is