Introductory Collections in Python

This document aims to explain, in a simple and straightforward way, the main types of collections in Python: Lists, Tuples, Sets, and Dictionaries. If you've never programmed before, don't worry!1. Li...