Question #95

Which statement is correct?

In Python, the term "sequence" is the generic term for an ordered set. The most common sequences are lists, tuples and strings. A set is not necessarily a sequence. (artofproblemsolving.com/wiki/index.php/Sequence_(Python))


Comment on Disqus:

Comment on Twitter:

Question difficulty: 🔵🔵🔵🔵🔵