75.2k views
5 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 Benjrb
by
4.3k points

1 Answer

5 votes

Answer: are you using chIDE

Explanation: yui

User Russ Bradberry
by
4.8k points