Light Mode
Dark Mode
Asserts are wrong

Asserts in the code are:

assert checkio((4, 2, 10)) == 1, "First"

But shouldn't they be lists as tested for and shown in the example?

checkio([4, 2, 10]) == 1
Created: Dec. 7, 2013, 10:06 a.m.
Updated: Feb. 11, 2014, 9:57 p.m.
1
10
User avatar
SB2020