p=[3,1,2]q=pp[1]=0print(q)
Standard input is empty
[3, 0, 2]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!