How do I make my the items in my basket add together, without the code breaking?
This is my code so far:
import time stock=['cheese', 'crackers', 'kitchens', 'couches', 'computers', 'chickens', 'cats', 'chocolate', 'keys', 'violins']prices = ['1.50', '2.00', '500.00', '100.00', '350.00'...