Computer Science
State whether the following statement is True or False :
Like '+', all other arithmetic operators are also supported by strings.
Python String Manipulation
3 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Python does not support a character type; a single character is treated as strings of length one.
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 :
Functions capitalize() and title() return the same result.
State whether the following statement is True or False :
Functions partition() and split() work identically.