Posts by Davi Colares • 11 points
2 posts
-
0
votes1
answer548
viewsQ: Indexerror: list index out of range Python
I’m getting the following error: IndexError: list index out of range My code: conts = conts[0] if imutils.is_cv2() else conts[1] How can I correct this mistake? Complete code…
-
1
votes0
answers137
viewsQ: Vault Secret Issue - OBI 2017
I’m solving the following OBI problem: https://olimpiada.ic.unicamp.br/pratique/p1/2017/f1/cofre/ Vault Secret The secret system to open this vault is quite complex. Instead of rotating a button…