for i in range(amount of times in intager form):
#do stuff
print(i)# you could use i as a variable. You could set it as u, ool, or anything you want. No blancs tho.
# i will be the amount of times the loop has been ran. You the first lap it will be 0, the second lap it will be 1. You get it.