Learn Before
Concept

Sequences

In Python, a sequence refers to any ordered set. This includes strings, lists and tuples. All sequences can be sliced, indexed into, and are iterable.

0

2

Updated 2021-06-13

Tags

Python Programming Language

Data Science

Learn After