Computer Science, asked by rathore36, 11 months ago

what are tuples and list

Answers

Answered by mraza72
1

Answer:

in a computer when we make a info. table from upward to downward coloumn is known as tuple

Answered by queensp73
3

Hello !

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.

Hope it helps :)

Similar questions