Day 3 — Lists, Tuples and Actually Breaking Things
Today was Chapter — Lists and Tuples.
Quick way I remember the difference: list = [], tuple = (). But the real difference is mutability. A list can be changed after you create it. A tuple can't. So if
lakshyajourney.hashnode.dev3 min read