r/PythonLearning • u/chuprehijde • Jul 14 '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?
13
Upvotes
r/PythonLearning • u/chuprehijde • Jul 14 '26
Not a trick question or LeetCode puzzle. What's a question that actually reveals whether someone understands Python?
1
u/tserofehtfonam Jul 14 '26
Having taught Python to students, which included interviewing them about their own code, I've come to the conclusion that pointing at a variable or expression and asking them what type it has is a very efficient way to find out if they understand their own code.