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

correctedtypo

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