Describe what a list is in your own words.
Lists and dictionaries are two of the most popular abstract data types in Python. Like most data types, each has its own specific uses in code. This week we will concentrate on lists. Describe what a list is in your own words. Provide reasons as to when it makes sense to use it … Read more