display a string with triple quotes : Introduction « String « Python Tutorial






print '''line 1
  line 2
  line 3
  line 4'''








5.1.Introduction
5.1.1.Useful Values from the string Module
5.1.2.String variable
5.1.3.display a string with triple quotes