Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Nov 16, 2023
1 parent ba6aed3 commit 10dc0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/T2_Representation_des_donnees/2.1_Listes/exercices.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
- sur une même ligne, on affichera tous les symboles côte à côte, en rajoutant le paramètre ```end = ''``` à la fonction ```print```. (*exemple :* ```print('*', end = '')``` )
- on ira à la ligne à la fin de chaque ligne, par l'instruction ```print()```
=== "Correction"
{{ correction(False,
{{ correction(True,
"
```python linenums='1'
m = [[17, 71, 75, 89, 45, 10, 54, 26, 59, 47, 57, 64, 44], \\
Expand Down

0 comments on commit 10dc0dd

Please sign in to comment.