loop = True #make variable loop while loop: #makes the loop print('Loop Worked')#this is your script for the loop