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

Difference between @staticmethod and @classmethod in python?

0 Answers  


What is python known for?

0 Answers  


Which laptop is best for python programming?

0 Answers  


What is python private heap space?

0 Answers  


Tell me what is the command to debug a python program?

0 Answers  


Is python dict a hashmap?

0 Answers  


What are the other languages that support strongly for regular expressions?

0 Answers  


What is the syntax for exponentiation and give example?

0 Answers  


What is a decorator in python?

0 Answers  


What is __ pycache __?

0 Answers  


What should be the typical build environment for python based application development?

0 Answers  


Mention the floor division available in python

0 Answers  


Categories