From a083d318f96fc55eb72404b0b92869205465c3e1 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 24 Feb 2015 10:55:42 +0100 Subject: [PATCH] TP4 Tri de LEXIQUE --- S2/TP4/tp4.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/S2/TP4/tp4.py b/S2/TP4/tp4.py index c2cb9bf..1f448a0 100644 --- a/S2/TP4/tp4.py +++ b/S2/TP4/tp4.py @@ -84,7 +84,12 @@ def est_trie(l): return False return True -print("Le test indiquant si LEXIQUE est trié retourne %s" % est_trie(LEXIQUE)) +print("Le test indiquant si LEXIQUE est trié retourne %s." % est_trie(LEXIQUE)) + +print("Application de la méthode .sort() à LEXIQUE") +LEXIQUE.sort() + +print("Le test indiquant si LEXIQUE est trié retourne %s." % est_trie(LEXIQUE)) squestion('b') # Effectuer de nombreuses recherches de LEXIQUE # et comparer les temps d'éxécution selon les