What is the difference between `list` and `tuple` in Python?
Answer Posted / 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 |
Post New Answer View All Answers
What is the lambda?
How would you define a protected member in a python class ?
What does return none mean in python?
Is python a procedural language?
Which certification is best for python?
How do you count loops in python?
Which is better list or dictionary in python?
How is python used in the real world?
What is the script in python?
Name the file-related modules in python?
Does apple use python?
What is python metaclass?
What is the statement that can be used in python if the program requires no action but requires it syntactically?
Explain python’s pass by references vs pass by value. (Or) explain about python’s parameter passing mechanism?
How do you count in python?