You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user input doesn't match the expected answer exactly, then repr(eval(input)) is compared to the expected answer. However, in order for this to work, the expected answer has to be in its canonical form. I think the bug above is due to the expected answer being [4,3,2,1] when it should be [4, 3, 2, 1].
From @ksteph
This should have been handled by #101; will investigate further.
The text was updated successfully, but these errors were encountered: