a=[7,8,9]b=aa[1]=0print a+b
Standard input is empty
[7, 0, 9, 7, 0, 9]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!