Question: In Python 3, Write a program that stimulates an order in an online plant store that sells potted plants known to be helpful in cleaning
In Python 3,
Write a program that stimulates an order in an online plant store that sells potted plants known to be helpful in cleaning indoor air. You should have a helper function that prints a welcome and the price list. You should have a helper function for each plant that a user can order that takes in the number of that plant and returns the total cost to 2 decimal places. You should also have a helper functions to calculate the sales tax(8% of total cost). And shipping (20% of total cost). You should have a main function to calculate the total cost of the order. It should print the users order as well as the total cost of the order before and after the sales tax and shipping.
Menu:
English Ivy $11.95
Chinese Evergreen $12.98
Dragon Tree $16.74
Peace Lily $9.99
Spider plant $17.96
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
