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
How do I run a py file in python shell?
What good is recursion?
Explain delegation in python
Why is python 2 still used?
Is empty python dataframe?
What is a pep python?
Find all occurrences of a substring in Python
Which operator will be helpful for decision making statements?
Why do we want to use break statement in while-loop?
Write a program in python to check if a number is prime.
What is python? State some programming language features of python.
Is fortran faster than python?
What is __ pycache __?
Is python dictionary a hash table?
How is Python used in web development?