Tuples and Sets

Learn about other important data structures i.e, Tuples and Sets.

We'll cover the following...

Tuples

Tuples are immutable (constant) data structures supported in Python and PowerShell, unlike lists or array lists which can be modified. ...