test_sample.py 75 B

1234567
  1. def func(x):
  2. return x + 1
  3. def test_answer():
  4. assert func(3) == 4