What is the difference between `list` and `tuple` in Python?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the key features of Python?
What is a namedtuple?
What is pip and when it is used ?
What is nonetype error in python?
Which programming language is best for finance?
Does python have oops concepts?
What do you understand by the term deep copy?
Is numpy faster than pandas?
Difference between mutable and immutable in python?
What is overloading in python?
What is the difference between a Set and Dictionary?
What are the disadvantages of the python?