Computer Science
State whether the following statement is True or False :
Functions capitalize() and title() return the same result.
Python String Manipulation
1 Like
Answer
False
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
Strings are immutable in Python, which means a string cannot be modified.
State whether the following statement is True or False :
Like '+', all other arithmetic operators are also supported by strings.
State whether the following statement is True or False :
Functions partition() and split() work identically.
State whether the following statement is True or False :
The find() and index() are similar functions.