Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Oct 5, 2023
1 parent b2755ce commit ef66f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/T1_Demarrer_en_Python/1.5_Fonctions/exercices.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```

=== "Correction"
{{ correction(False,
{{ correction(True,
"
```python linenums='1'
def maxi(n1, n2):
Expand Down Expand Up @@ -44,7 +44,7 @@
```

=== "Correction"
{{ correction(False,
{{ correction(True,
"
```python linenums='1'
def nb_voyelles(mot):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Thèmes en cours d'étude :
- :arrow_right: [Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/cours)
- [Exercices sur les Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/cours)
- [Exercices sur les Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/exercices)

!!! info "*Anciens thèmes traités*"
- [Instruction conditionnelle ```#!python if```](T1_Demarrer_en_Python/1.4_Instruction_conditionnelle_if/cours/)
Expand Down

0 comments on commit ef66f00

Please sign in to comment.