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 |
Is python good for web development?
Do you know how is memory managed in python?
Can we develop a site using python
What are the 3 types of numbers in python?
What does join () do in python?
What is a tuple in python?
Should I use single or double quotes in python?
In python, how do copy a file?
What is list comprehension how to define it and when to use?
Write a sample program in enumerate()function in python?
How do you define a function in python 3?
How we can copy an object in python?