I have this project due Friday and I am stuck on how I'm supposed to create the price for the pizzas according to size.'
WHAT I GOT: cost = {'S': 6.00, 'M': 8.00, 'L': 10.00}
My teacher claims the {} used is only for grade 11 and up coding and I'm in grade 10. Is there any other way to create the price for the pizzas without using the {}'s.