From 5c555103b5480faa119f75b97267739a831b75d9 Mon Sep 17 00:00:00 2001 From: Takanuva Date: Wed, 8 Aug 2012 20:22:25 +0200 Subject: [PATCH] =?UTF-8?q?MArche=20correctement=20et=20on=20a=20enlev?= =?UTF-8?q?=C3=A9=20un=20print=20inutil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pralo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pralo.py b/pralo.py index 7088ba8..8955607 100755 --- a/pralo.py +++ b/pralo.py @@ -108,7 +108,6 @@ if __name__ == '__main__': if options.file_name: compte = extrait_from_file(options.file_name)[1:] - print(compte) compte_normalise = normalise(compte) final = echange(compte_normalise) affiche_final(final)