To create a for loop like this, we add the for keyword, a variable like i, the word in, and finally range():

Make sure to pick for followed by i and then in, range():.