From d56c275475a5e0ab223cdbca2c3913270597297a Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 24 Feb 2015 10:36:37 +0100 Subject: [PATCH] TP4 Nom fonctions et attributions --- S2/TP4/tp4.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/S2/TP4/tp4.py b/S2/TP4/tp4.py index c5829b4..130d610 100644 --- a/S2/TP4/tp4.py +++ b/S2/TP4/tp4.py @@ -25,6 +25,15 @@ def squestion(lettre): question(1) # Programmer recherches seq, seq triée, dicho +def seq(l, a, b, x): # Jean-loup + return None + +def seqTrie(l, a, b, x): # Jean-loup + return None + +def dicho(l, a, b, x): # Geoffrey + return None + question(2) # Utiliser LEXIQUE squestion('a') # Vérifier que LEXIQUE est triée