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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!