File size: 74 Bytes
32947ea
 
 
 
 
 
1
2
3
4
5
6
def func(x):
    return x + 1


def test_answer():
    assert func(3) == 4