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:
part c
Insert 1 at index 2 for list 'A' below
[10, 20, [300, 400, [5000, 6000], 500], 30, 40] part b Remove

M nums_list =[10,20,[300,400,[5000,6000],500],30,40] \[ \text { M nums_list2 }=[5,20,15,20,25,50,20] \] H A=[4,7,5]

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!