num1 = 257num2 = 257print(id(num1), id(num2))assert id(num1) == id(num2)
Standard input is empty
23223393065264 23223393065264
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!