Robotics & Artificial Intelligence
The tolower() method is used to convert all letters of a string into small letters.
Python String Manipulation
3 Likes
Answer
False
Reason — The lower() method is used to convert all the characters of a string from uppercase to lowercase.
Answered By
2 Likes