for variable in range (69): # Runs the code below 69 times, sets the var "variable" to the index print(variable) # Prints the var "variable" (every time the number will be bigger) print("Done") # This will not get sent 69 times.