Still a Beginner, Not much to say
def confused(breakpoint): if breakpoint: stop() confused(breakpoint)
Trying to find that breakpoint, which stops my confused loop
breakpoint
confused