The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #95
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))
Which statement is correct?
— The Python Quiz (@thepythonquiz) October 27, 2020
A set is a sequence.
A sequence is a set.#python #python3 #pythonprogramming #learnpython
Question difficulty: 🔵🔵🔵🔵🔵