Question: python language Exercise 1: Write a python program to do the following: Calculate the annual profit of a company that accounts fora 30% of its
python language 
Exercise 1: Write a python program to do the following: Calculate the annual profit of a company that accounts fora 30% of its total sales. asks the user to enter total sales, and then displays the annual profit Hint: use the value 0.3 to represent 30 percent. The resulting program should look like: Enter annual sales: 30000.00 The projected profit on sales of 30,000.00 is 9,000.00 You should follow the exact output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
