Given the following code (that doesn\'t work):
while True: #snip: print out current state while True: ok = get_input(\"Is this ok? (y/n)\")
My first instinct would be to refactor the nested loop into a function and use return to break out.
return