Question: where is the problem If your program is correct, sample output might look as follows: where is the problem why my computer don't give me
where is the problem If your program is correct, sample output might look as follows:

where is the problem why my computer don't give me correct output
Welcome to the total tax calculator program
Enter the total sales for the month $12567 The county tax is $ 251.34 The state tax is $ 502.68 The total tax is $ 754.02
The Python Code
PASTE COMPLETED CODE HERE
thon Project12 kaunpy kaur.py def calc Total(): total = calc_Country() + calc_state() return total defprint_data(: print("the amount of county sales tax : $", calc_County()) print("the amount of state sales tax : $", calc_state()) print("the total sales tax is(county+state): $", calc_Total()) 25 27 28 input_Data() calc_County) calc_state() calc_Total() Print_Data() 33 print_data() Run: kaur C:\Users\Laptopji\PycharmProjects\pythonProject12\venv\Scripts\python.exe C:/Users/Laptopji/PycharmProjects/pythonProject12/kaur.py Welcome to the total tax calculator program Process finished with exit code 0 dilu TE I * Favorites
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
