All pastes #747092 Raw Edit

Untitled

public text v1 · immutable
#747092 ·published 2007-10-23 19:19 UTC
rendered paste body
def rechercher():
    searchValue = int(raw_input("comment s'appelle le contact ?")
    if dico.has_key("searchValue"):
        print dico["searchValue"]
    else:
        print "ce contact n'existe pas"