From 044be5589832db1f1043907d685bfb7b23613511 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Mon, 17 Oct 2022 15:43:50 +0200 Subject: [PATCH] tit modif --- WEB/src/pages/Enigme/palindrome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/src/pages/Enigme/palindrome.html b/WEB/src/pages/Enigme/palindrome.html index 3f1c5e85..bfbf7930 100644 --- a/WEB/src/pages/Enigme/palindrome.html +++ b/WEB/src/pages/Enigme/palindrome.html @@ -32,7 +32,7 @@

[1,0,1]        True

[1,1,9,1]       False



Aide


-

En python l’instruction [::-1] permet d’inverse une chaine de caractère. Par exemple print(\"ae\"[::-1]) affiche : ea.

+

En python l’instruction [::-1] permet d’inverse une chaine de caractère. Par exemple print("ae"[::-1]) affiche : ea.