Buildin Function Python Tutorial

cards = ['A', 'K', 'Q', 'J']
codeStr = "for card in cards: print \"Card = \" + card"
exec(codeStr)