Define Sequence data type in Python? Give two examples.
A sequence data type is a data structure that holds an ordered collection of items. These items can be of any type, and the sequence maintains their order.
For example — list, string.