Language Basics Python

words = ['A', 'B', 'C', 'D', 'E']
for word in words:
    print word