Question: in python3 Write a program to declare two empty lists one is for name and one for salaries. Within the for loop ask for employees
in python3
Write a program to declare two empty lists one is for name and one for salaries. Within the for loop ask for employees name and their salaries and append them into the list accordingly. Find out the total salary using accumulation concept but you need to call a function called EvaluateSalary() within the for loop passing the argument salary for each iteration. Output : Both of the lists with their items and the total salary.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
