Building Lists with Iterators in Python (Challenge)

# Introduction In Python, we can create a list using a variety of methods. One such method is by using an iterator function and an initial seed value. In this challenge, you will be tasked with building a list using an iterator function and an initial seed value.

|60 : 00

Click the virtual machine below to start practicing