File size: 84 Bytes
0821ef0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# test


def func(x):
    return x + 1


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