Programs on Tuples in Python | term-2 | Unit-2 | Class -11th CBSE Computer Science

Опубликовано: 03 Июнь 2026
на канале: CS with Python and SQL
267
7

In class 11th term-2 syllabus, second topic under programming is "Tuples in Python". In this video, we are beginning the topic Tuples in Python in which we have mainly discuss about some practice programs based on tuple:
reverse an input tuple (using slicing as well as concatenation method)
finding maximum and minimum value from a tuple
search for a given element in the tuple and return the index of that element