What is the difference between 'is' and '==' in python?
Answer Posted / glibwaresoftsolutions
`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
Purpose of "/" and "//" operator in python?
What is the use of try, except, finally and raise in error handling?
What is a numpy in python?
What are the attributes?
What is a string in python?
How do you write comments in python?
How are arguments passed by value or by reference?
Write a program in python to check if a sequence is a palindrome.
What are the immutable build-in data types of python?
What does none mean in python?
How will you uit the python?
Which software is best for python programming?
What is range() in python? Give an example to explain it.
Is google written in python?
What is a class and super class?