como fazer a pontuação adicionar enquanto está em um loop no python



To avoid the values of score being reset to 0 on every iteration of the loop you should initialize both variables above the while loop.
Frantic Fox