writing a loop in interactive python code example
Example: how to make loop python
loop = True #make variable loop
while loop: #makes the loop
print('Loop Worked')#this is your script for the loop
loop = True #make variable loop
while loop: #makes the loop
print('Loop Worked')#this is your script for the loop