MArche correctement et on a enlevé un print inutil
This commit is contained in:
parent
e7038d302c
commit
5c555103b5
1
pralo.py
1
pralo.py
@ -108,7 +108,6 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
if options.file_name:
|
if options.file_name:
|
||||||
compte = extrait_from_file(options.file_name)[1:]
|
compte = extrait_from_file(options.file_name)[1:]
|
||||||
print(compte)
|
|
||||||
compte_normalise = normalise(compte)
|
compte_normalise = normalise(compte)
|
||||||
final = echange(compte_normalise)
|
final = echange(compte_normalise)
|
||||||
affiche_final(final)
|
affiche_final(final)
|
||||||
|
Loading…
Reference in New Issue
Block a user