What is tuple?
It is a group of values represented as one value, which can be used to return multiple values from a single function call.
Tuple are of two types - Named and Unnamed.
Suggest An Answer
No suggestions Available!
It is a group of values represented as one value, which can be used to return multiple values from a single function call.
Tuple are of two types - Named and Unnamed.