In Python we use the word // for // to create a loop. A loop is when we want a sequence to repeat itself over and over again.

With the hpe of for loop, we can iterate over each item in the sequence and execute the same set of operations for each item.

Using for loops in Python allows to automate and repeat task in an efficient manner.

Open you Python IDLE,

code the following:

for num in range(10):

print(num) take a picture of your code with snip and insert it into a word document, safe as a pdf and submit