phoenisx

1,507
reputation
17
28

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