Curso-lenguaje-python/catch-all/05_infra_test/06_sonarqube/app/utils.py

7 lines
71 B
Python

def add(a, b):
return a + b
def subtract(a, b):
return a - b