Computer Science, asked by Anonymous, 7 months ago

What is the difference between lists and tuples in Python??

Answers

Answered by Anonymous
3

ꫝꫀꪗꪖ

\huge\boxed{\fcolorbox{black}{pink}{ꪖꪀᦓ᭙ꫀ᥅}}</p><p>

  • List and Tuple in Python are the class of data structure. The list is dynamic, whereas tuple has static characteristics. ... Tuple is also a sequence data type that can contain elements of different data types, but these are immutable in nature. In other words, a tuple is a collection of Python objects separated by commas

&lt;marquee scrollamount=1300&gt;IƚȥCαɳԃყFʅσʂʂ❤&lt;/marquee&gt;

Answered by anamkhan79
3

Answer:

List and Tuple in Python are the class of data structure. The list is dynamic, whereas tuple has static characteristics. ... Tuple is also a sequence data type that can contain elements of different data types, but these are immutable in nature. In other words, a tuple is a collection of Python objects separated by commas

Attachments:
Similar questions