Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

the price ( a ) , silver, and aluminum. The first line of input will be the three materials with the price ( as an

the price (a), silver, and aluminum. The first line of input will be the three materials with the price (as an integer) in an arbitrary ordering and a space between all materials and prices; for instance: Copper 10 Aluminum 100 Silver 1000
Hint: You will need to find prices in a list using the list.index(element) function. This is because the metals are not guaranteed to be in the same order, and you won't know what metal to look for in advance. We can't get the corresponding price to its material without searching for the material first.
(a) Write code to take user input lines for a metal name and material prices and split the prices string (by a space delimiter) to get a list of metal names and prices.
image text in transcribed

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

Step: 3

blur-text-image

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

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

List the different categories of international employees. page 689

Answered: 1 week ago