WY Computer Science
want = "get started" while want != "quit": want = input("What do you want to buy?") if want == "avocado": money -= price avocado += 1 elif ...: