asked 88.0k views
1 vote
Consider the following code: a=[1,2,3]a[1]=4 What is a?This code contains an error.[1,2,3][1,2,3,1][4,2,3][1,4,3]

asked
User Rick J
by
7.8k points

1 Answer

5 votes
The answer would be [143]
answered
User Tomcheney
by
8.9k points

No related questions found