Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between 'is' and '==' in python?

Answers were Sorted based on User's Feedback



What is the difference between 'is' and '==' in python?..

Answer / 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

What is the difference between 'is' and '==' in python?..

Answer / 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

More Python Interview Questions

What does the enum function in python do?

0 Answers  


Why are we using self as first argument?

0 Answers  


What is the output of print str[4: ] if str = ‘ python language’?

0 Answers  


How many types of loops are there in python?

0 Answers  


How to run a Python CGI script in Wamp?

0 Answers  


What is r regex?

0 Answers  


What does return none mean in python?

0 Answers  


How is Multithreading achieved in Python?

0 Answers  


What is blob in python?

0 Answers  


Explain how python does compile-time and run-time code checking?

0 Answers  


What are non static methods?

0 Answers  


What is jinja python?

0 Answers  


Categories