Computer Science, asked by skparveena33, 4 months ago

One of the following 10 statements generates an error. Which one? (Your answer should be a number between 1 and 10.)
x = ["slithy",[7,10,12],2,"tove",1] # Statement 1 y = x[0:50] # Statement 2 z = y # Statement 3 w = x # Statement 4 x[0] = x[0][:5] + 'ery' # Statement 5 y[2] = 4 # Statement 6 z[4] = 42 # Statement 7 w[0][:3] = 'fea' # Statement 8 x[1][0] = 5555 # Statement 9 a = (x[4][1] == 1)​

Answers

Answered by dhruvifaldu77
2

Answer:

i cannot understand your question

Similar questions