Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of phoenisx

phoenisx

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

Stats

263
EtPoint
93
Vote count
1
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