#Visit sikshapath.in for more PSEUDO CODE: 1. Make a vacant word reference to store the information 2. Demand input from the client for the quantity of agents 3. Demand input from the client for the quantity of clients seen by each representative 4. Demand input from the client for how much cash contributed by every client 5. Work out the all out speculation for each representative 6. Work out the speculation motivation for each agent 7. Compute the client motivator for each specialist 8. Add the venture impetus and the client motivator to get the all out motivating force for each dealer 9. Yield the name of each specialist and their absolute impetus 1. information = {} 2. num_brokers = int(input("Please enter the quantity of specialists: ")) 3. for I in range(num_brokers): name = input("Please enter the name of specialist {}: ".format(i+1)) num_clients = int(input("Please enter the quantity of clients seen by {}: ".format(name))) data[name] = {"clients": num_clients} 4. for name, information in data.items(): for j in range(info["clients"]): venture = float(input("Please enter the sum contributed by client {}: ".format(j+1))) data[name]["investment"] = venture 5. for name, information in data.items(): total_investment = sum(info.values()) data[name]["total investment"] = total_investment 6. for name, information in data.items(): investment_incentive = info["total investment"] * 0.02 data[name]["investment incentive"] = investment_incentive 7. for name, information in data.items(): client_incentive = info["clients"] * 50 data[name]["client incentive"] = client_incentive 8. for name, information in data.items(): total_incentive = info["investment incentive"] + info["client incentive"] data[name]["total incentive"] = total_incentive 9. for name, information in data.items(): print("{}'s complete motivator is: {}".format(name, info["total incentive"])) Clarification: The calculation initially makes a vacant word reference to store the information. It then demands input from the client for the quantity of dealers. It then, at that point, circles through the merchants and solicitations input from the client for the quantity of clients seen by each specialist and how much cash contributed by every client. It then, at that point, ascertains the complete venture for each intermediary and the speculation motivation for each agent. It then computes the client motivator for each intermediary. It then adds the speculation motivator and the client impetus to get the all out motivation for each agent. At last, it yields the name of each specialist and their absolute impetus.