Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of phoenisx

phoenisx

phoenisx has asked 0 questions and find answers to 8 problems.

Stats

258
EtPoint
93
Vote count
0
questions
8
answers

About

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