albums = ['q', 'w', 'e']for i, album in enumerate(albums): print i, albumfn = ['A', 'B', 'C']ln = ['a', 'b', 'c']for i, j in zip(fn, ln): print ('%s %s' % (i,j)).title()
Name (required)
email (will not be published) (required)
Website