list3 = [1,2,[3,4,'hello']] list3[2][2]= 'goodbye' print(list3)
Standard input is empty
[1, 2, [3, 4, 'goodbye']]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!