Tuple Python

S, T = "lumberjack", ("and", "I'm", "okay")
for x in S: print x,
for x in T: print x,