# using for loop scores = [11, 12, 13, 14, 15, 16] for score in scores:     print(score)

Read more of this post