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

Is python good for web development?

0 Answers  


Do you know how is memory managed in python?

0 Answers  


Can we develop a site using python

0 Answers  


What are the 3 types of numbers in python?

0 Answers  


What does join () do in python?

0 Answers  


What is a tuple in python?

0 Answers  


Should I use single or double quotes in python?

0 Answers  


In python, how do copy a file?

0 Answers  


What is list comprehension how to define it and when to use?

0 Answers  


Write a sample program in enumerate()function in python?

0 Answers  


How do you define a function in python 3?

0 Answers  


How we can copy an object in python?

0 Answers  


Categories