Do you know what is the key difference between a list and the tuple?



Do you know what is the key difference between a list and the tuple?..

Answer / Sapna Rai

The main difference lies in their mutability: lists are mutable, meaning you can change their content, while tuples are immutable, so once created, they cannot be modified.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is casting in python?

1 Answers  


Which method removes and returns last object of a list?

1 Answers  


How do we share global variables across modules in Python?

1 Answers  


How will you convert an integer to a unicode character?

1 Answers  


How to send an email in Python?

2 Answers  


What is uuid format?

1 Answers  


How web scraping is done in python, explain in short?

1 Answers  


What are the types of basic functions in python?

1 Answers  


What are all important modules in python reuired for a data science ?

1 Answers  


Does python interact with database?

1 Answers  


What is the use of join() for a string rather than list or tuple method?

1 Answers  


How to install python on windows and set path variable?

1 Answers  


Categories