From 5cb441f36dbde2650eb19b137e9004a796732d09 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 16:14:34 +0100 Subject: [PATCH] =?UTF-8?q?Virgule=20manquante=20dans=20les=20param=C3=A8t?= =?UTF-8?q?res?= 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 1760776..92f5848 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ def blague(): return choice(["Je vais vous raconter une blague sur, mais vous ne l'aurez peut-être pas.", "Connaissez-vous la différence entre la théroie 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.