Posts by Bruce Neco • 19 points
1 post
-
1
votes0
answers39
viewsQ: Function does not recognize variable
p1pos = 0 def rodada(a): if a == 1: p1pos += sortear() print('Posição do P1: ', p1pos) acerto = pergunta() if p1pos in cAvanco and acerto == True: p1pos += 1 print('Mais uma casa. P1: ', p1pos) elif…
pythonasked Bruce Neco 19