예제 #1
0
def test_example_2():
    assert calculate_fuel(14) == 2
예제 #2
0
def test_example_1():
    assert calculate_fuel(12) == 2
예제 #3
0
def test_example_4():
    assert calculate_fuel(100756) == 33583
예제 #4
0
def test_example_5():
    assert calculate_fuel(5) == 0
예제 #5
0
def test_example_3():
    assert calculate_fuel(1969) == 654