codeGK
Code it ALL
Python Tuples - CodeGK
♦ Python Tuples

♣ About Python Tuples

A Tuple is the collection of elements.
A Tuple is Not-Changeable

It is Ordered, and has indexing.
Duplicates are Allowed in Tuples.

♣ Example1: Tuples in Python

In this example, tuple is illustrated.
Example
Input:
Output:
Prev_LessonNext_Lesson
Python Tuples