# your code goes here def inicio(): erros = 1 while True: erros += 1 if erros == 6: inicio() inicio()
Standard input is empty
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 9, in <module> File "./prog.py", line 7, in inicio File "./prog.py", line 7, in inicio File "./prog.py", line 7, in inicio [Previous line repeated 995 more times] File "./prog.py", line 6, in inicio RecursionError: maximum recursion depth exceeded in comparison