1. Open code boot 2. Type this: my_list = [i for i in range(10)] Result: Error. List comprehensions are part of python 3 and should be working in codeboot as well.