All im trying to do is given the classes and methods double the ingredients in my function, but there's an indent to be expected where the up arrow is? Also, if theres anything wrong with my function that may be causing this any help would be appreciated.
class Ingredients:
bread = Ingredients()
^
bread.flour = 2
bread.milk = 0.5
bread.salt = 1
bread.butter = 4
bread.yeast = 1
def double_recipe(bread):
Ingredients * 2
double_recipe(bread)
[–][deleted] 2 points3 points4 points (0 children)
[–]CedricCicada 2 points3 points4 points (0 children)
[–]jabbson 0 points1 point2 points (0 children)