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 `list` and `tuple` in Python?

Answers were Sorted based on User's Feedback



What is the difference between `list` and `tuple` in Python?..

Answer / nashiinformaticssolutions

Lists are mutable, meaning you can change their content after creation. Tuples are immutable and cannot be changed once defined.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between `list` and `tuple` in Python?..

Answer / glibwaresoftsolutions

Lists are mutable, meaning you can change their content after creation. Tuples are immutable and cannot be changed once defined.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is lambda function ?

0 Answers  


Can constructor be private?

0 Answers  


What is raw string in python?

0 Answers  


What are variables in python?

0 Answers  


How will you find, in a string, the first word that rhymes with ‘cake’?

0 Answers  


You are having multiple memcache servers running python, in which one of the memcacher server fails, and it has your data, will it ever try to get key data from that one failed server?

0 Answers  


What is python inheritance?

0 Answers  


What is a singleton design pattern?

0 Answers  


What is import in python?

0 Answers  


Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?

0 Answers  


Do python classes need init?

0 Answers  


Is python an oops?

0 Answers  


Categories