When would you use triple quotes as a delimiter?
Answer / Anuj Goswami
Triple quotes can be used in Python for multi-line strings or docstrings. For example, `'''This is a multi-line string'''`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is python faster than c#?
What is n in python?
How does a function return values?
What is the result of pow(x,y)?
How for loop will works in python?
How do I run a script in python shell?
What are the difference between python and java?
What is the use of repr function in python?
What is with open in python?
What are objects in python?
How do you sort in descending order in python?
What tools can help find bugs or perform the static analysis?