On renomme a, b et c qui ne sont pas suffisamment explicites
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
ca69954315
commit
9018ab4996
2
main.py
2
main.py
|
@ -54,7 +54,7 @@ def blague():
|
|||
"et la pratique ? Il n'y en a pas, en théorie."])
|
||||
|
||||
|
||||
def calcul(a, b, c, operation='+'):
|
||||
def calcul(left: int, right: int, res: int, operation='+'):
|
||||
"""
|
||||
Vérifie si a operation b == c, où a, b et c sont des entiers.
|
||||
L'opération peut être +, -, *, /, &, |, ^, % ou l'un de ses alias anglais.
|
||||
|
|
Loading…
Reference in New Issue