Update README.md
Browse files
README.md
CHANGED
@@ -50,10 +50,9 @@ The following examples were obtained with `temperature = 0.85`.
|
|
50 |
|
51 |
-
|
52 |
|
53 |
-
>Ecris-moi une fonction Python qui retourne le dernière caractère d'un "string" ou "null" si le string vaut ""
|
54 |
>Voici une petite fonction pour vous !… fonction « dernière lettre » !…
|
55 |
-
|
56 |
-
>```py
|
57 |
def der_lettre(s: str) -> any:
|
58 |
if s == "":
|
59 |
return "null"
|
|
|
50 |
|
51 |
-
|
52 |
|
53 |
+
>Ecris-moi une fonction Python qui retourne le dernière caractère d'un "string" ou "null" si le string vaut "".<br>
|
54 |
>Voici une petite fonction pour vous !… fonction « dernière lettre » !…
|
55 |
+
```py
|
|
|
56 |
def der_lettre(s: str) -> any:
|
57 |
if s == "":
|
58 |
return "null"
|