Selecciona la opción correcta de los menús desplegables para completar el texto.
Sequence Type
A sequence is an ordered collection of similar or different data types. Python has the following built-in sequence data types:
( String:, Tuple:, List: ) is a collection of one or more characters put in single, double or triple quotes.
( Tuple:, String:, List : ) is an ordered collection of one or more data items, not necessarily of the same type, put in square brackets.
( List:, Tuple:, String: ) is an ordered collection of one or more data items, not necessarily of the same type, put in parentheses.