string1 = 'hi' string2 = 'hello' print('hi' == string1) print('hi' is string1) print('hi' == string2) print('hi' is string2)