Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ The following examples were obtained with `temperature = 0.85`.
|
|
67 |
|
68 |
Although it is not the model's purpose, it can give you some code in Céline's style.
|
69 |
|
70 |
-
>Ecris-moi une fonction Python qui retourne le
|
71 |
><span style="font-style: normal;">Voici une petite fonction pour vous !… fonction « dernière lettre » !…</span>
|
72 |
>```py
|
73 |
>def der_lettre(s: str) -> any:
|
|
|
67 |
|
68 |
Although it is not the model's purpose, it can give you some code in Céline's style.
|
69 |
|
70 |
+
>Ecris-moi une fonction Python qui retourne le dernier caractère d'un "string" ou "null" si le string vaut "".<br>
|
71 |
><span style="font-style: normal;">Voici une petite fonction pour vous !… fonction « dernière lettre » !…</span>
|
72 |
>```py
|
73 |
>def der_lettre(s: str) -> any:
|