Strings, lists, and tuples are all sequences, ordered collections of data.
The len
function, when given a sequence as its argument, returns the number of elements in that
sequence.
Fill in the placeholders so that the actual outputs match the expected outputs.