S = "lumberjack" T = ("and", "I'm", "okay") for x in S: print x, # Iterate over a stringfor x in T: print x, # Iterate over a tuple
Name (required)
email (will not be published) (required)
Website