Python · Debugging & Testing
A doctest's expected output is written as: ``` >>> make_set() {2, 1, 3} ``` Why might this test fail intermittently even though the function is correct?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
