You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ingredient = int(input())
|
|
qtIngredient = [500, 180, 650, 25, 666, 42, 421, 1, 370, 211]
|
|
print(qtIngredient[ingredient])
|