1.

One of the following 10 statements are error.which oneX=[1,"abcd",2,"efgh",[3,4] statement 1Y=X[0:50] statement 2Z=Y statement 3W=X Statement 4X[1][1]='Y' Statement 5Z[0]=0 Statement 6

Answer»

Answer:

statement 2 is wrong

Syntax error

Explanation:

because in the first line SQUARE BRACKET is not CLOSED



Discussion

No Comment Found