The tolower() method is used to convert all letters of a string into small letters.
1 Like
False
Reason — The lower() method is used to convert all the characters of a string from uppercase to lowercase.
lower()
Answered By
The escape sequence \t is used to produce a blank space.
\t
String slicing means to create a sub string.
The operator used to join two or more strings is …………… .
The method used to convert all characters of a string in upper case is …………… .