phoenisx

641
reputation
5
5

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