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 shebang python?
Is python strongly typed?
What are the rules for legal python names?
What are the basic elements of python?
You are required to scrap data from imdb top 250 movies page. It should only have fields movie name, year, and rating.
How do you escape a string in python?
What does %d do in python?
Does nasa use python?
Are functions objects in python?
Which is better Python or ruby?
List down some of the pdb commands for debugging python programs?
What is flask & its benefits?
When does a dictionary is used instead of a list?
Write a program to create a class and make an object of the class in python?
What are python slots?