Question: Given the following parallel lists, write a few python statements to print the price of a Twix bar. Assume that you don't know where 'Twix'

Given the following parallel lists, write a few python statements to print the price of a Twix bar. Assume that you don't know where 'Twix' is in the list and you have to find it. = candyList ['Kit Kat', 'Mounds','Twix','Snickers','Almond Joy'] pricelist = [1.10,1.15,0.95,1.00,1.201
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
