Posts by Tiago Levi Pacheco • 9 points
1 post
-
0
votes1
answer35
viewsQ: Why can’t the played method_chooses and the computer_chooses can’t access the positions [0][0],[1][0] and [2][0]?
import random class Mapa: def __init__(self): self.mapa = [["_ ","_ ","_ "],["_ ","_ ","_ "],["_ ","_…
pythonasked Tiago Levi Pacheco 9