Coding Challenge

Practicing list comprehensions in Transcrypt.

We'll cover the following...

Problem statement

We have an application that can only add items to a list for us for now.

List comprehensions provide a concise way to create lists in Python and there are many opportunities to use them when we create applications ...