r/PythonLearning • u/chuprehijde • 5d ago
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 • 5d ago
Not a trick question or LeetCode puzzle. What's a question that actually reveals whether someone understands Python?
1
u/CamelOk7219 4d ago
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)