Projet5/Exercice5/main.py
2024-07-19 20:28:08 -07:00

6 lines
74 B
Python

def sum(a, b):
return a + b
def subtraction(a, b):
return a - b