What is the difference between `list` and `tuple` in Python?
Answer Posted / 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 |
Post New Answer View All Answers
Explain assert in action?
Explain the shortest way to open a text file and display its contents?
How do I run a python script in windows 10?
What is pylintrc?
Does return print in python?
How to display the contents of the text file in reverse order?
Executing dml commands through python programs?
What is flask (__ name __)?
Explain me what is unittest in python?
How can we make a executable file with python script?
What is pytables?
What is __ file __ in python?
How can you make modules in python?
What is flask used for in python?
What is a docstring comment?