#coding: UTF-8 for num in [4, 3, 12]: print "num = " + str(num) print "End" for str in "Hello": print str print "End"