Triple quotes are used to create multiline strings.
1 Like
True
Reason — In Python triple quotes are used to declare a multiline string.
Answered By
2 Likes
Backslash (\) is an escape character.
The operator * is also called as replication operator in string.
String in Python does not allow membership operator.
The escape sequence \t is used to produce a blank space.
\t