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