Question: Write a set of Python commands that will compute sales tax for purchases made in August. Your code should do the following: The program prompts
Write a set of Python commands that will compute sales tax for purchases made in August. Your code should do the following:
The program prompts the user to enter the value of the sale with the following statement:
Enter the value of the companys sales in dollars in August 2016:
The sale value should be stored in a variable of type float Compute the sales tax based on 6% of the sale Print the resulting sales tax in the following format: The sales tax is $ for August 2013
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
