> But Python has an even nicer way: triple quotes. You can say: > > print """one > two > three""" If we want to compare it to other languages... that's Python's Here Document... Thx Peggy