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 |
Write the function f() ?
What type of language is Python?
What are pandas in python?
What is sub() function?
Differentiate between deep and shallow copy in python?
Is python good for oop?
What’s your preferred text editor?
Which is better for future java or python?
What does the enum function in python do?
How to append to a string in Python?
What is the use of repr function in python?
How can you create a gui based application in python for client-side functionality?