Notes from Prof. Neary's class on Vending Machine 1. store the prices (in constants, or list) 2. how much money is put in (coins, bills) 3. names of items (in a list) 4. how many items? (in a list) 5. select an item (function) 6. put in money 7. print the contents 8. press button for refund