Tuples 101
In Python, tuples are pretty amazing. They are iterable data containers that, once created, cannot be mutated.* To create a tuple you must use the tuple constructor, which takes one argument, or a parentheses with a comma. The comma is necessary. Wit...
brianrichiesr.hashnode.dev4 min read