print("""
a string that you "don't" have to escape
This
is a ....... multi-line
heredoc string --------> example
""")
Output:
a string that you "don't" have to escape
This
is a ....... multi-line
heredoc string --------> example
a string that you "don't" have to escape
This
is a ....... multi-line
print("""
a string that you "don't" have to escape
This
is a ....... multi-line
heredoc string --------> example
""")
Output:
a string that you "don't" have to escape
This
is a ....... multi-line
heredoc string --------> example