Sequence Operation part-2 in Python Programming Language

A sequence in python is a linearly ordered set of elements accessed by an index number.Lists,tuples and strings are all sequences.This tutorial explains about the sequence operations that is membership,concatenation,minimum value,maximum value and sum with example.



Watch this tutorial to learn about sequence operations in python