AI Features

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 ...