NPTEL solution
Solution for NPTEL Programming, Data Structures and Algorithms using Python Week 2 MCQs
Click here for Week 2 Programming assignment 1) One of the following 10 statements generates an error. Which one? (Your answer should be a number between 1 and 10.) x = [1,”abcd”,2,”efgh”,[3,4]] # Statement 1 y = x[0:50] # Statement 2 z = y # Statement 3 w Read more…