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,3 @@
n = 1
for i in range(4):
n = n + 2