コード例 #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