Question: Sales Commission CalculatorUse the Python IDLE environment to write a Python script that calculates and displays an employee's earned sales commission given the following requirements:

Sales Commission CalculatorUse the Python IDLE environment to write a Python script that calculates and displays an employee's earned sales commission given the following requirements: The program will prompt the user to enter the employee's total sales. You can assume that the user will input a valid sales total, which will be an integer.The program will calculate the employee's earned sales commission based on the table below.The program will output the employee's total sales and the calculated commission, properly formatted and labeled.Your program must follow the Python style guide provided in class.Your program must only utilize the methods and structures we have covered in class.Sales Commission TableTotal SalesSales Commission< $50,0002.5% of Total Sales$50,000- $100,0005% of Total Sales $100,0007.5% of Total SalesSample OutputCommissionCalcOutput-1.PNGSave your Python file as M7_Commission_Calc.py or something similar. Submit your Python (.py) file to earn credit for this assignment.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!