Question: Sales Commission Calculator Use the Python IDLE environment to write a Python script that calculates and displays an employee's earned sales commission given the following
Sales Commission Calculator
Use 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 Table
Sample Output
Save your Python file as MCommissionCalc.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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
