From 5e55a65b3f3218a20e31ad92e74b2dec193cd7c0 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 16:33:45 +0100 Subject: [PATCH] =?UTF-8?q?Pas=20d'espace=20entre=20le=20nom=20du=20param?= =?UTF-8?q?=C3=A8tre=20et=20la=20valeur=20par=20d=C3=A9faut.=20flake8=20es?= =?UTF-8?q?t=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yohann D'ANELLO --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 08f06cb..ee6ba6e 100644 --- a/main.py +++ b/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.