What is the difference between `list` and `tuple` in Python?

Answers were Sorted based on User's Feedback



What is the difference between `list` and `tuple` in Python?..

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

What is the difference between `list` and `tuple` in Python?..

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

Post New Answer

More Python Interview Questions

What is python web application framework?

0 Answers  


Why cannot lambda forms in Python contain statements?

0 Answers  


Tell me what is the difference between list and tuple?

0 Answers  


What is __ init__ in python?

0 Answers  


Explain join() and split() in python.

0 Answers  


What is the difference between interpreted and compiled languages?

0 Answers  


What is __ file __ in python?

0 Answers  


What is "typeerror: 'module' object is not callable"?

0 Answers  


Write a program to convert all strings in list to integers?

0 Answers  


Does amazon use python?

0 Answers  


What is dict in python?

0 Answers  


What is difference between panda series and dictionary in python?

0 Answers  


Categories