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...


Which is faster tuple or list?



Which is faster tuple or list?..

Answer / Kumkum Panday

In Python, tuples are generally more efficient than lists for read-only operations due to their immutability. However, for write operations (like appending, inserting, or deleting elements), lists offer more flexibility and are faster.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are global variables in python?

1 Answers  


What is the statement that can be used in Python if a statement is required syntactically but the program requires no action?

1 Answers  


Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.

1 Answers  


What are python and name some key features of it?

1 Answers  


How do I make python scripts executable?

1 Answers  


What is jinja python?

1 Answers  


What is a means by “tuple in python”?

1 Answers  


Define flask in python?

1 Answers  


What is the difference between lists and tuples?

1 Answers  


What is meant by“call by value” in python?

1 Answers  


Does pandas recognize dates when importing data?

1 Answers  


What does means by split do in python?

1 Answers  


Categories