What your Python program should do Create a new repl for this lab. 1. Ask the user to enter the product name. 2. Ask the user to enter the product's price as a decimal value with no dollar sign. 3. Ask the user to enter the product's category. 4. Ask the user to enter the product's current SKU. Show this original information to the user. Using your knowledge of Python, show the appropriate output below based on what the user typed in.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Please avoid hardcoding.

What your Python program should do
Create a new repl for this lab.
1. Ask the user to enter the product name.
2. Ask the user to enter the product's price as a decimal value with no dollar sign.
3. Ask the user to enter the product's category.
4. Ask the user to enter the product's current SKU.
Show this original information to the user.
Using your knowledge of Python, show the appropriate output below based on what the user
typed in.
Transcribed Image Text:What your Python program should do Create a new repl for this lab. 1. Ask the user to enter the product name. 2. Ask the user to enter the product's price as a decimal value with no dollar sign. 3. Ask the user to enter the product's category. 4. Ask the user to enter the product's current SKU. Show this original information to the user. Using your knowledge of Python, show the appropriate output below based on what the user typed in.
Product name
If the length of the product name is an even number, tell the user:
"Wow, this is even better!"
If the length of the product name is an odd number, tell the user:
"What an odd product!"
Product price
If the original product price is less than $50, tell the user:
"This is a big purchase"
If the original product price is less than $25, tell the user:
"This is a medium purchase"
If the original product price is less than $10, tell the user:
"This is a small purchase"
Your program must show only one of the outputs in this section.
Product category
If the product category is "tech", increase the original price by 20%.
If the product category is "personal", discount the original price by 10%.
If the product category is anything other than "tech" or "personal", increase the original price
by 10%.
Tell the user what the new price is.
Product SKU
Reverse the entire original SKU and capitalize all the letters. This becomes the new SKU.
For example, if the original SKU is:
abcdefg
The new SKU is:
GFEDCBA
Tell the user what the new SKU is.
Transcribed Image Text:Product name If the length of the product name is an even number, tell the user: "Wow, this is even better!" If the length of the product name is an odd number, tell the user: "What an odd product!" Product price If the original product price is less than $50, tell the user: "This is a big purchase" If the original product price is less than $25, tell the user: "This is a medium purchase" If the original product price is less than $10, tell the user: "This is a small purchase" Your program must show only one of the outputs in this section. Product category If the product category is "tech", increase the original price by 20%. If the product category is "personal", discount the original price by 10%. If the product category is anything other than "tech" or "personal", increase the original price by 10%. Tell the user what the new price is. Product SKU Reverse the entire original SKU and capitalize all the letters. This becomes the new SKU. For example, if the original SKU is: abcdefg The new SKU is: GFEDCBA Tell the user what the new SKU is.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education