The escape sequence \t is used to produce a blank space.
\t
1 Like
False
Reason — The escape sequence \t is used to provide space for one tab, not to produce a blank space.
Answered By
2 Likes
Triple quotes are used to create multiline strings.
String in Python does not allow membership operator.
String slicing means to create a sub string.
The tolower() method is used to convert all letters of a string into small letters.