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 |
What is python web application framework?
Why cannot lambda forms in Python contain statements?
Tell me what is the difference between list and tuple?
What is __ init__ in python?
Explain join() and split() in python.
What is the difference between interpreted and compiled languages?
What is __ file __ in python?
What is "typeerror: 'module' object is not callable"?
Write a program to convert all strings in list to integers?
Does amazon use python?
What is dict in python?
What is difference between panda series and dictionary in python?