One of the following 10 statements are error.which one
X=[1,"abcd",2,"efgh",[3,4] statement 1
Y=X[0:50] statement 2
Z=Y statement 3
W=X Statement 4
X[1][1]='Y' Statement 5
Z[0]=0 Statement 6
Answers
Answered by
0
Answer:
statement 2 is wrong
Syntax error
Explanation:
because in the first line square bracket is not closed
Attachments:
Similar questions
Science,
6 months ago
Math,
6 months ago
Science,
6 months ago
Social Sciences,
11 months ago
Social Sciences,
1 year ago