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
Is real python free?
What are range and xrange?
Is python as powerful as c++?
Name the arithmetic operators supported by python.
What is chmod 755 in python?
Is Django written in Python?
How can you make modules in python?
What do you mean by list comprehension?
How do you do data abstraction in python?
What makes python object-oriented?
Why we are using a python dictionary?
find max length of any given sublist?
Explain python’s pass by references vs pass by value. (Or) explain about python’s parameter passing mechanism?
What are objects in python?
Why was the language called as Python?