List Python Tutorial

nameList = ['A', "B", 'C', 'D', 'E']
for nameIndex in range(len(nameList)):
     print "Liu,", nameList[nameIndex]