1def testFunc(): 2 print 'The following works now' + '"""' 3 4def main(): 5 print 'nothing' 6 print 'This is another quoted triple string: """.' 7 return 0 8