Question: def bonus (num, bon): for i in range (len (num)): def main(): bon = 50 print('The bonus is added to all employees: ', ) Drag

def bonus (num, bon): for i in range (len (num)): def main(): bon = 50 print('The bonus is added to all employees: ', ) Drag and drop the appropriate statement to complete the above code that adds bonus to list of salaries of employees and the output is as The bonus is added to all employees: [1390, 915, 395, 740] return return num num[i] += bon bonus(salaries, bon) salaries salaries = [1340, 865, 345, 690] main() num[i] *= bon bonuso bonus(bon) bon salaries = (1340, 865, 345, 690)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
