Question: you will take on the role of a Python programmer that is part of a team of programmers for an online sales company. The head
you will take on the role of a Python programmer that is part of a team of programmers for an online sales company. The head of the accounting department told you that the company’s annual profit is typically 19 percent of the company’s total sales. He has tasked you to write a simple Python program that will calculate and display the estimated profit amount from an annual amount of sale. Your program will have to display a clear message to prompt the user to enter any amount of sale (Total Sale: $xxxxx), and it should calculate the estimated profit amount, and show the result in the following format: Profit Amount: $xxxxxx Once you have completed the program, take a screenshot of the completed functionality (including the input and the output) and save it in a Word document, along with the script.
Step by Step Solution
There are 3 Steps involved in it
Solution Heres a simple Python program that calculates and displays the estimated profi... View full answer
Get step-by-step solutions from verified subject matter experts
