Feat(1ST): premier jet sur le chapitre des suites

This commit is contained in:
2023-01-26 11:02:33 +01:00
parent c7bad1cb9b
commit 1c2bd09f57
8 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
def ascenseurs(n):
L=[1200]
for i in range(n):
L.append(int(L[i]*1,04))
return L

View File

@@ -0,0 +1,6 @@
n=0
p=130
while ... ...
n=n+1
p= 0,949 *p
print (...)