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

How do I parse xml in python?

0 Answers  


Describe how to generate random numbers in Python.

1 Answers  


How many hours does a python sleep?

0 Answers  


What is proxy object in python?

0 Answers  


What is asynchronous python?

0 Answers  


How is python interpreted?

0 Answers  


What are types in python?

0 Answers  


Tell us something about garbage collector in python?

0 Answers  


Why do we use join() function in python?

0 Answers  


What is data type in python?

0 Answers  


Why pypy is faster than python?

0 Answers  


Why cannot lambda forms in Python contain statements?

0 Answers  


Categories