Open yesterday's assignment and this starter code: https://scratch.mit.edu/projects/844244123/editor/ After you log in, click "remix" so you have your own copy. Make a new list called "shopping_list" Based on the algorithm you made yesterday, edit the code so that it can check for whatever item you enter. If the item is NOT in the fridge, add it to the shopping list. *There are tips inside the starter code, so make sure you read the comments!