Exemplo n.º 1
0
def check_negative_fail(n):
    check_negative(n)
Exemplo n.º 2
0
def check_negative_pass(i):
    assert_equal(int(i), check_negative(i))