mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 02:40:38 +00:00
correct the main function
This commit is contained in:
@@ -84,7 +84,7 @@ def merge_sort(liste):
|
||||
if __name__ == "__main__":
|
||||
liste = fifo.creer_liste()
|
||||
for i in reversed(range(100)):
|
||||
fifo.ajouter(liste,i)
|
||||
liste = fifo.ajouter(liste,i)
|
||||
print(liste)
|
||||
|
||||
print("Après avoir trié la liste:")
|
||||
|
||||
Reference in New Issue
Block a user