Coverage for app/functions.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-01-23 14:38 +0000

1def add(x, y): 

2 return x + y 

3 

4def subtract(x, y): 

5 return x - y