36,192 views
24 votes
24 votes
What output will this code produce?def whichlist():

11=[3,2,1,0]

12=11

11[0]=42

return 12

print(whichlist())

What output will this code produce?def whichlist(): 11=[3,2,1,0] 12=11 11[0]=42 return-example-1
User Miechooy
by
3.0k points

1 Answer

29 votes
29 votes

Answer: are you using chIDE

Explanation: yui

User Mimminito
by
3.1k points