Comment faire une boucle Python
loop = True #make variable loop
while loop: #makes the loop
print('Loop Worked')#this is your script for the loop
Cool Kitty the Programmer