Answered step by step
Verified Expert Solution
Question
1 Approved Answer
. You are given a list of fruit. list of fruit- 'apple' 'bananaorange'tomato'1 Create a Python cell with loop in which the user will be
. You are given a list of fruit. list of fruit- 'apple' 'banana"orange'"tomato'1 Create a Python cell with loop in which the user will be asked for each fruit type how many fruits there are (say, for example, in storage), and how much each fruit costs. Save these numbers as tuples in a dictionary called fruit_db . Use the input function to implement this. The fruit names are the dictionary keys. Execute that loop cell and provide some reasonable input. Then print the fruit database with columns for fruit name, number and cost in a formatted table
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started