Suppose you are a bike shop owner who puts together bikes from spare parts. Your customers come to you with parts they've found in their garages, from scrap metal heaps, etc., and they ask you to build them all the bikes you can make with the parts they give you. You build the bikes, charge them a big pile of money for the privilege, and keep the leftover parts for yourself. It takes the following parts to create one bicycle: • 2 wheels • 1 frame • 50 links (to make a chain) Write a Python program to calculate how many bikes you can make from the parts the user gives you. You may assume they always give you "good" input, i.e., all whole numbers, and no negatives. Your output can print simply "bikes" or "bike(s)" each time -- don't worry about singular/plural. Requirements: • Prompt the user for the # of wheels # of frames they have, and # of links they have. You can use any wording you like, but you must prompt them for the information in that order so we can test your solution. • Report the total number of bikes you can make, and the leftover parts. • Save all of these inputs in well-named variables of correct data types • Do not use any literals in your main function. Any values that need to be saved are in constants variables, initialized at the top of your program, above main. Here is an example output of the program: How many wheels do you have? 13 How many frames do you have? 4 How many links do you have? 150 All totaled up, you've got 3 bikes coming I'm keeping the leftovers for myself Leftover: 7 wheels 1 frames O links

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
I need help with the following Python 3 question:
Suppose you are a bike shop owner who puts together bikes from spare parts. Your customers come to you
with parts they've found in their garages, from scrap metal heaps, etc., and they ask you to build them all the
bikes you can make with the parts they give you. You build the bikes, charge them a big pile of money for the
privilege, and keep the leftover parts for yourself.
It takes the following parts to create one bicycle:
• 2 wheels
• 1 frame
• 50 links (to make a chain)
Write a Python program to calculate how many bikes you can make from the parts the user gives you. You may
assume they always give you "good" input, i.e., all whole numbers, and no negatives. Your output can print
simply "bikes" or "bike(s)" each time -- don't worry about singular/plural.
Requirements:
• Prompt the user for the # of wheels # of frames they have, and # of links they have. You can use any wording
you like, but you must prompt them for the information in that order so we can test your solution.
Report the total number of bikes you can make, and the leftover parts.
Save all of these inputs in well-named variables of correct data types
• Do not use any literals in your main function. Any values that need to be saved are in constants variables,
initialized at the top of your program, above main.
Here is an example output of the program:
How many wheels do you have?
13
How many frames do you have?
How many links do you have?
150
All totaled up, you've got 3 bikes coming
I'm keeping the leftovers for myself
Leftover:
7 wheels
1 frames
O links
>>>
Transcribed Image Text:I need help with the following Python 3 question: Suppose you are a bike shop owner who puts together bikes from spare parts. Your customers come to you with parts they've found in their garages, from scrap metal heaps, etc., and they ask you to build them all the bikes you can make with the parts they give you. You build the bikes, charge them a big pile of money for the privilege, and keep the leftover parts for yourself. It takes the following parts to create one bicycle: • 2 wheels • 1 frame • 50 links (to make a chain) Write a Python program to calculate how many bikes you can make from the parts the user gives you. You may assume they always give you "good" input, i.e., all whole numbers, and no negatives. Your output can print simply "bikes" or "bike(s)" each time -- don't worry about singular/plural. Requirements: • Prompt the user for the # of wheels # of frames they have, and # of links they have. You can use any wording you like, but you must prompt them for the information in that order so we can test your solution. Report the total number of bikes you can make, and the leftover parts. Save all of these inputs in well-named variables of correct data types • Do not use any literals in your main function. Any values that need to be saved are in constants variables, initialized at the top of your program, above main. Here is an example output of the program: How many wheels do you have? 13 How many frames do you have? How many links do you have? 150 All totaled up, you've got 3 bikes coming I'm keeping the leftovers for myself Leftover: 7 wheels 1 frames O links >>>
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY