Light Mode
Dark Mode
problem on the 11 test...

hi!, there is a problem in the 11 test.. stop there and don't pass. In my pc works, is a bug, right?

    assert count_gold((
        (1,),
        (1, 1),
        (1, 1, 1),
        (1, 1, 1, 1),
        (1, 1, 1, 1, 1),
        (1, 1, 1, 1, 1, 1),
        (1, 1, 1, 1, 1, 1, 1),
        (1, 1, 1, 1, 1, 1, 1, 1),
        (1, 1, 1, 1, 1, 1, 1, 1, 1)
    )) == 9, "onli ones"
Attachment
Created: Nov. 22, 2015, 9:04 p.m.
Updated: Nov. 23, 2015, 1:14 p.m.
0
10
User avatar
koxmoz