a = 10b = 15print(a)print(b)c = aa = bb = cprint(a)print(b)
Standard input is empty
10 15 15 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!