# Python Identity Operatora=10b=20print("is ",a is b)print("is not", a is not b) a=10b=10print("is ",a is b)print("is not", a is not b)
Standard input is empty
is False is not True is True is not False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!