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