Day 22 - Introduction to Lists
Python Lists
Lists are ordered collection of data items.
They store multiple items in a single variable.
List items are separated by commas and enclosed within square brackets [].
Lists are change
codingsplash.hashnode.dev6 min read