Data Structures Cont'd: A Beginner's Perspective
Tuples
Tuples are like lists, only that they store immutable and ordered data types. They can be used when dealing with information or data that is closely related and often used together e.g., latitudes and longitudes.
More often, programmers omit u...
waburibk.hashnode.dev3 min read