SEQUENCE A Sequence is an ordered collection of items. It is a combination of mutable and immutable data types 3 types: STRINGS LISTS TUPLES A String in python consists of a series or sequence of characters Strings are marked by quotes: Single quotes(‘ ‘) Double quotes(“ “) Triple quotes(’’’ ’’’ )