This commit is contained in:
2022-12-28 09:00:47 +01:00
commit 9d755dc551
19 changed files with 201 additions and 0 deletions

3
tableau.py Normal file
View File

@@ -0,0 +1,3 @@
ingredient = int(input())
qtIngredient = [500, 180, 650, 25, 666, 42, 421, 1, 370, 211]
print(qtIngredient[ingredient])