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