Computer Science, asked by rishabhsinghimf, 1 month ago

what do you mean by Tupple and List
In python programming ​

Answers

Answered by vaibhavsinghrajput3
2

Answer:

List and Tuple in Python are the class of data structure. The list is dynamic, whereas the tuple has static characteristics. List is just like the arrays, declared in other languages. ... Tuple is also a sequence data type that can contain elements of different data types, but these are immutable in nature

Explanation:

HOPE IT HELPS YOU AND PLEASE MARK AS BRAINLIST

Answered by Anonymous
11

Answer:

List and Tuple in Python are the class of data structure. The list is dynamic, whereas the tuple has static characteristics. List is just like the arrays, declared in other languages. Lists need not be homogeneous always which makes it the most powerful tool in Python.

Similar questions