Podcast
Questions and Answers
What does the lower()
method do in Python?
What does the lower()
method do in Python?
The lower()
method modifies the original string it is applied to.
The lower()
method modifies the original string it is applied to.
False
What data type can the lower()
method be applied to?
What data type can the lower()
method be applied to?
string
To use the lower()
method, the syntax is _______.lower()
.
To use the lower()
method, the syntax is _______.lower()
.
Signup and view all the answers
Match the following programming terms with their definitions:
Match the following programming terms with their definitions:
Signup and view all the answers