What code does the while loop run over and over again?
while
is_on = False
print("Perform analysis")
print("Save to database")
print("Perform analysis").