Intermediate Python Lesson 2: Tuples
yt link
Testing tuples
A tuple is an immutable sequence of arbitrary data.
Tuples are used to store collections of heterogenous data – think struct or SQL-like objects. Tuples are also used to "freeze" other collections to ensure hashability, so that...
philipdevblog.hashnode.dev4 min read