Sequences and Collections are an integral part of any programming language, Python particularly handles them uniformly, ie, any type of sequence from Strings and XML elements to arrays, lists and Tuples are handled in a uniform way.
Understanding the...