MArche correctement et on a enlevé un print inutil
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user