Feat(NSI): V1 du devoir

This commit is contained in:
2023-01-06 15:07:11 +01:00
parent 8f9d9e2bdd
commit 3bfb96adb6
8 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
compt = 0
resultat = 1
while compt !=7:
resultat = resultat * compt
compt = compt + 1