Problem
Python stores lists of objects using square brackets and commas.
Example: [1, 2, 3, 4] or ["apple", "orange", "strawberry"]
Read the documentation on list commands, then create program that solves the problem Zero That Out in the attached file.