'11' + '1' == '111' is well known. but it suprises me '11'+'1' IS '111'.
Why? Obviously they are two differnt object. Is this special feature of imutable object? -- http://mail.python.org/mailman/listinfo/python-list
'11' + '1' == '111' is well known. but it suprises me '11'+'1' IS '111'.
Why? Obviously they are two differnt object. Is this special feature of imutable object? -- http://mail.python.org/mailman/listinfo/python-list