Multiple line string created with the help of triple quotes will include end line character in the length.
1 Like
False
Reason — Multiple line string created with the help of triple quotes will include newline character ('\n') in the length.
Answered By
3 Likes
In Python, asc() function returns corresponding Unicode value of a character.
The size of "\\" is 2.
A string is a mutable sequence of one or more characters.
Which of the following is not a Python legal string operation?