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