Skip to content
Snippets Groups Projects
Verified Commit ae7762b8 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

correctedtypo

parent a08b897c
Branches
No related tags found
No related merge requests found
...@@ -45,13 +45,13 @@ $$ ...@@ -45,13 +45,13 @@ $$
. . . . . .
```python ```python
entier factorielle(n) entier factorielle(entier n)
i = 1 i = 1
fact = 1 fact = 1
tant que i <= n tant que i <= n
fact *= i fact *= i
i += 1 i += 1
retourne i retourne fact
``` ```
# Exercice: la factorielle # Exercice: la factorielle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment