Computer Science
Multiple line string created with the help of triple quotes will include end line character in the length.
Python String Manipulation
2 Likes
Answer
False
Reason — Multiple line string created with the help of triple quotes will include newline character ('\n') in the length.
Answered By
2 Likes