string1 = 'hi'string2 = 'hello'print('hi' == string1)print('hi' is string1)print('hi' == string2)print('hi' is string2)
Standard input is empty
True True False False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!