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