MAX_SCORES = 100 # list capacity nScores = 0 # initially empty list score = [0 for i in range(MAX_SCORES)]