Tuple Operations ( Python 3 )

Опубликовано: 28 Декабрь 2018
на канале: Stack Equation
133
1

Tuples are similar to lists, but unlike lists, the elements assigned to a tuple cannot be changed. In this video, I will discuss how to store elements in a tuple, accessing elements in tuples, changing a tuple, slicing tuples, tuple deletion, tuple count, check membership of an element, how to check the length of a tuple, sort a tuple.