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 |
How to find the index of an element in a list python?
What are types in python?
What is the function of “self”?
How to write a functioning volume for python?
What applications can you build with python?
Can we write else statement try block in python?
What is difference between match & search in regex module in python?
Can I use notepad ++ for python?
Does python sleep use cpu?
How can we make a executable file with python script?
How do I debug an extension?
Does python do until loop?