예제 #1
0
def test_collatz_odd():
    assert collatz(5) == 5
예제 #2
0
def test_collatz_even():
    assert collatz(4) == 2