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 statement that can be used in python if the program requires no action but requires it syntactically?
What types are iterable in python?
What is a lambda form?
What is sphinx linux?
What is meant by“call by value” in python?
What does unittest main () do?
What is os module?
Is real python free?
What is python good for?
Does python interact with database?
How will you change case for all letters in string in python?
Can constructor be private?
Name few python checkers for debugging?
What is the best tutorial for python?
How do I use xrange in python 3?