MArche correctement et on a enlevé un print inutil

This commit is contained in:
Takanuva 2012-08-08 20:22:25 +02:00
parent e7038d302c
commit 5c555103b5
1 changed files with 0 additions and 1 deletions

View File

@ -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)