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 |
What is s in python 3?
Is python time time utc?
What are the basic datatypes in python?
Why you should learn python in 2019?
What is the output of the following code and why?
What is python metaclass?
Is del the same as remove()? What are they?
Explain me what is the common way for the flask script to work?
What is the use of lambda in python?
What is the difference between encapsulation and abstraction in python?
What are python and name some key features of it?
What is __init__.py used for in python?