Example #1
0
def test_1():
    assert bunnyEars2(1) == 2
Example #2
0
def test_7():
    assert bunnyEars2(10) == 25
Example #3
0
def test_0():
    assert bunnyEars2(0) == 0
Example #4
0
def test_6():
    assert bunnyEars2(6) == 15
Example #5
0
def test_5():
    assert bunnyEars2(5) == 12
Example #6
0
def test_4():
    assert bunnyEars2(4) == 10
Example #7
0
def test_3():
    assert bunnyEars2(3) == 7
Example #8
0
def test_2():
    assert bunnyEars2(2) == 5