a = [9, 8, 7]b = [6, 5]c = a + bprint(c)
Standard input is empty
[9, 8, 7, 6, 5]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!