scores = ["1","2","3"]# add a scorescore = int(raw_input("What score did you get?: "))scores.append(score)# list high-score tablefor score in scores: print score
Name (required)
email (will not be published) (required)
Website