Pas d'espace entre le nom du paramètre et la valeur par défaut. flake8 est content
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
e551f8b98d
commit
5e55a65b3f
2
main.py
2
main.py
|
@ -53,7 +53,7 @@ def blague():
|
|||
"et la pratique ? Il n'y en a pas, en théorie."])
|
||||
|
||||
|
||||
def calcul(a, b, c, operation = '+'):
|
||||
def calcul(a, b, c, 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