Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Sequences in Python - Python Morsels
https://www.pythonmorsels.com/sequence/
links
backlinks
Roast topics
Find topics
Find it!
Sequences are iterables that have a length. Sequences are ordered collections (they maintain the order of their contents). The most common sequences built-in to Python are string, tuple, and list.