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