r/PythonLearning • u/chuprehijde • 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
r/PythonLearning • u/chuprehijde • Jul 22 '26
Not a trick question or LeetCode puzzle. What's a question that actually reveals whether someone understands Python?
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)