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
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
How to add all number in list in python
Python Program to sort alphabetically the words form a string provided by the user
List to string conversion in python
Write a Python program to display the current date and time
Write a Python program to calculate number of days between two dates
String to list conversion in python
Python code to count the number of occurrences in list
Python program to accept a filename from the user and print the extension of that
Write Hello World Program in Python