Computer Science, asked by bharat000, 4 months ago

How is a list type different from tuple
data type of Python ?

plz don't give answer from Google.
becoz agar google se nikalna hota toh hum hi na nikal lete.​​

Answers

Answered by s2154zakya343
0

Answer:

Conclusion. We can conclude that although both lists and tuples are data structures in Python, there are remarkable differences between the two, with the main difference being that lists are mutable while tuples are immutable. A list has a variable size while a tuple has a fixed size.

Similar questions