Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

apy.pkp.r Python Program. Please use minimum built-in functions. a Bookmark this page Hope you are well. I need help with the following question. Thank you.

image text in transcribed

\\\\\\\\\apy.pkp.r\\\\\\\\\\\\

image text in transcribed

image text in transcribed

image text in transcribed

Python Program. Please use minimum built-in functions.

image text in transcribed

image text in transcribed

a Bookmark this page Hope you are well. I need help with the following question. Thank you. Write a python program that will take input from the user until the user gives STOP as input. In every line the user will provide input as follow: [Brand Name] [PRICE] Your task is to create a dictionary where the brand's name will be key and the value will be a list of that brand's watches ID. ID generate process: First TwoLetterOfBrand_Price_inputNo. Finally print the dictionary. a Sample Input 1: LENOVO 52000 DELL 65000 ASUS 80000 LENOVO 90000 DELL 70000 STOP Sample Output 1: {'LENOVO": ['LE_52000_1', 'LE_90000_4'], 'DELL: ['DE_65000_2', 'DE_70000_5'], 'ASUS: ['AS_80000_3']} Sample Input 2: MACBOOK 120000 HP 60000 DELL 55000 HP 70000 MACBOOK 150000 STOP Sample Output 2: {' MACBOOK: [' MA_120000_1', ' MA_150000_5], 'HP: ['HP_60000_2', 'HP_70000_4'), 'DELL': ['DE_55000_3']}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions