object-comparison

Python: Why does ("hello" is "hello") evaluate as True?

Python: Why does ("hello" is "hello") evaluate as True? Question: Why does “hello” is “hello” produce True in Python? I read the following here: If two string literals are equal, they have been put to same memory location. A string is an immutable entity. No harm can be done. So there is one and only …

Total answers: 7