Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Nov 14, 2023
1 parent 3ec9580 commit 5ee2104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/T2_Representation_des_donnees/2.1_Listes/cours.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ Les listes en compréhension deviennent encore plus intéressantes lorsqu'on com
On considère la liste ```lst = [51, 52, 66, 91, 92, 82, 65, 53, 86, 42, 79, 95]```. Seuls les nombres entre 60 et 90 ont une signification : ce sont des codes ASCII (récupérables par la fonction ```chr``` ).
Créer (en compréhension) une liste ```sol``` qui contient les lettres correspondants aux nombres ayant une signification.
=== "Correction"
{{ correction(False,
{{ correction(True,
"
```python
>>> lst = [51, 52, 66, 91, 92, 82, 65, 53, 86, 42, 79, 95]
Expand Down

0 comments on commit 5ee2104

Please sign in to comment.