x = 1000y = 1000 # This time, we don't avoid constant merging. print(x, y)print(id(x), id(y))print(id(x) == id(y))print(x is y)
Standard input is empty
1000 1000 47558958173744 47558958173744 True True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!