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?

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


Please Help Members By Posting Answers For Below Questions

How do you clean pyc files?

775


Can I use notepad ++ for python?

732


What’s the difference between raw_input() and input() in python3.x?

883


Explain how to delete a file in Python?

861


Can you name ten built-in functions in python and explain each in brief?

812


What is abnormal termination?

758


What is the output of print str * 2 if str = 'hello world!'?

1772


Explain supported data types in python?

815


What are classes in python?

761


List down some of the pdb commands for debugging python programs?

787


What are mixins in python?

782


How much ram is required for python?

779


Why is python so slow?

857


Is there a switch or case statement in python?

766


How do you get the current working directory using python?

956