In Python, why would you use three quotation marks in a row? (Choose two.)
- To begin a multiple-line string
- To start a function
- To represent a logical OR
- To end a multiple-line string
- To call a reusable line of code
Explanation: Python uses quotation marks in a row to begin and end a multiple-line string, such as for a long comment.
Exam with this question: CCNPv8 ENCOR Chapter 28: Do I Know This Already? Quiz Answers
Please login or Register to submit your answer