Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Sep 26, 2023
1 parent a3aa099 commit 27e5556
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Cette évaluation renvoie un booléen, ```True``` ou ```False```.

Les symboles de comparaison (ou d'appartenance) permettant d'écrire une condition sont :

!!! info inline "Opérateurs de comparaison"
!!! info inline "Opérateurs de comparaison :heart: :heart: :heart:"
|Opérateur|Signification|
|:-:|:-:|
|`==`| est égal à|
Expand Down Expand Up @@ -121,10 +121,10 @@ True
phrase = 'cet exercice est prodigieusement ennuyeux'
voyelles = 'aeiouy'


```
=== "Correction"
{{ correction(False,
{{ correction(True,
"
```python linenums='1'
phrase = 'cet exercice est prodigieusement ennuyeux'
Expand Down

0 comments on commit 27e5556

Please sign in to comment.