Question: please use jupyter notebook Q1 part A write a code to add item 7000 after 6000 in the following python list Expected output: [10, 20,

please use jupyter notebook

Q1 part A

write a code to add item 7000 after 6000 in the following python list

Expected output:

[10, 20, [300, 400, [5000, 6000], 500], 30, 40]

 please use jupyter notebook Q1 part A write a code to

part b

Remove all occurrences of a 20 iteam from a list

expected output:

[5, 15, 25, 50]

add item 7000 after 6000 in the following python list Expected output:

nums_list =[10,20,[300,400,[5000,6000],500],30,40] nums_list2 =[5,20,15,20,25,50,20]

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!