Module(body=[Print(dest=None, values=[Str(s='this is a triple quote string')], nl=True), Print(dest=None, values=[Str(s='this is a triple tick string')], nl=True), Print(dest=None, values=[Str(s='this is a triple quote\nstring that spans\nmultiple lines')], nl=True), Print(dest=None, values=[Str(s='this is a triple tick string\nthat spans\nmultiple lines\n')], nl=True)])