Question: Python language by Replit i only need the code please. Thanks. Overview We are creating a simple database for our sales reps. Assume our sales
Overview We are creating a simple database for our sales reps. Assume our sales reps are lined up at the end of the month ready to log all of their sales into our system (we trust they will be honest). So, the database should store their name as the key and the sales count as the respective value. For extra practice: Ask the user their name first, then their sales. You can also verify with the user that the data they entered is corrected before storing it to the dictionary. Tips First, create a dictionary for their entries. It can be left empty for now. Use a while loop to allow as many employees to use the system as desired. After all employees have entered their data, print the dictionary. Below is a visualization that explains one solution to the logic behind the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
