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 5ee2104 commit 4055364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/T2_Representation_des_donnees/2.1_Listes/exercices.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

**Q1.** Créer **en compréhension** une liste ```lst1``` contenant uniquement les jours comportant 5 lettres.
{{
correction(False,
correction(True,
"""
??? success \"Correction\"
```python
Expand All @@ -60,7 +60,7 @@

**Q2.** Créer **en compréhension** une liste ```lst2``` contenant uniquement les jours comportant la lettre ```a``` dans leur nom.
{{
correction(False,
correction(True,
"""
??? success \"Correction\"
```python
Expand All @@ -72,7 +72,7 @@

**Q3a.** Créer une fonction ```compte_e``` qui prend en paramètre une chaine de caractères et qui renvoie le nombre de ```e``` que contient cette chaine de caractères.
{{
correction(False,
correction(True,
"""
??? success \"Correction\"
```python linenums='1'
Expand Down

0 comments on commit 4055364

Please sign in to comment.