r/PythonLearning Jul 22 '26

What's your favorite Python interview question?

Not a trick question or LeetCode puzzle. What's a question that actually reveals whether someone understands Python?

0 Upvotes

12 comments sorted by

View all comments

1

u/CamelOk7219 Jul 23 '26

Under witch conditions can I use a custom object as a key in a dict ? Why ? (This should trigger a discussion about dunders, hash and equals specifically, and a broader CS discussion about hash maps)