for i in range(1,4): print "hello world", i print [i*i for i in range(30)] foo = "a horse is a horse, of course, of course" print foo.split()