Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Feb 13, 2024
1 parent 856c2c1 commit fc4221a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions slides/06-recapitulatif/recapitulatif.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jupyter:
Cours 6 : TD récapitulatif
==========================

**Loïc Grobol** [<[email protected]>](mailto:[email protected])
**L. Grobol** [<[email protected]>](mailto:[email protected])

<!-- #endregion -->

Expand Down Expand Up @@ -97,7 +97,7 @@ print("Une autre ligne")
1\. Écrire dans la cellule ci-dessous un programme qui affiche votre nom complet, comme ceci :

```text
Loïc Grobol
Morgan Menis
```

```python
Expand Down Expand Up @@ -355,7 +355,7 @@ résultat.
> d'affectation `=`
```python
nom = "Loïc"
nom = "Morgan"
```

> une variable peut être utilisée partout où on peut utiliser une valeur littérale :
Expand Down
6 changes: 3 additions & 3 deletions slides/06-recapitulatif/solutions.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jupyter:
Cours 6 : Corrections
=====================

**Loïc Grobol** [<[email protected]>](mailto:[email protected])
**L. Grobol** [<[email protected]>](mailto:[email protected])

<!-- #endregion -->

Expand All @@ -29,11 +29,11 @@ Cours 6 : Corrections
> 1\. Écrire dans la cellule ci-dessous un programme qui affiche votre nom complet, comme ceci :
>
> ```text
> Loïc Grobol
> Morgan Menis
> ```
```python
print("Loïc Grobol")
print("Morgan Menis")
```
> 2\. Écrire dans la cellule ci-dessous un programme qui affiche votre année et votre lieu de
Expand Down

0 comments on commit fc4221a

Please sign in to comment.