コード例 #1
0
def test_0():
    assert bunnyEars(0) == 0
コード例 #2
0
def test_1():
    assert bunnyEars(1) == 2
コード例 #3
0
def test_7():
    assert bunnyEars(50) == 100
コード例 #4
0
def test_8():
    assert bunnyEars(234) == 468
コード例 #5
0
def test_6():
    assert bunnyEars(12) == 24
コード例 #6
0
def test_5():
    assert bunnyEars(5) == 10
コード例 #7
0
def test_4():
    assert bunnyEars(4) == 8
コード例 #8
0
def test_3():
    assert bunnyEars(3) == 6
コード例 #9
0
def test_2():
    assert bunnyEars(2) == 4