What is the difference between 'is' and '==' in python?
Answer Posted / nashiinformaticssolutions
`is` checks if two objects are the same in memory (identity), while `==` checks if two objects have the same value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the speciality of python?
Is python a shell script?
Which os is best for python?
Do lists start at 0 or 1?
Is there polymorphism in python?
Why python is popular now?
How would you define a block in python?
What does eval mean in python?
Can you hack with python?
What is zip() function in python?
Can a constructor be inherited?
Is python interpreter or compiler?
Is it easier than Django bottle?
How to reverse a string in python
Is numeric in python?