mot=input("veuillez écrire un mot: ") x=len(mot) chaine="" while x>=0: chaine= chaine + texte[x] x=x-1 print(chaine)