String in Python does not allow membership operator.
1 Like
False
Reason — String in Python allows membership operators in and not in.
Answered By
2 Likes
The operator * is also called as replication operator in string.
Triple quotes are used to create multiline strings.
The escape sequence \t is used to produce a blank space.
\t
String slicing means to create a sub string.