List Python Tutorial

nameList = ['A', "B", 'C', 'D']
for eachName in nameList:
     print eachName, "Lim"