Define the following term of tuple
Answers
Answered by
8
(1) In a relational database, a tuple is one record (one row). See record and relational database.
(2) A set of values passed from one programming language to another application program or to a system program such as the operating system.
vishwasnuwal02:
rows in a table are called tuple
Answered by
3
Answer:
The term of tuple is the sequence of immutable Python objects and collection having the complete ordered and unchangeable. Tuples are written with round brackets in Python.
It is mainly having the tuples cannot be changed unlike lists and tuples uses parentheses. Tuple is created that cannot change its values and Tuples is unchangeable. You could aslo loop through tuple items by using a for loop.
Explanation:
Similar questions