Computer Science
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.
Python String Manipulation
3 Likes
Answer
True
Answered By
1 Like
Related Questions
Fill in the blanks:
Function _________ divides a line of text into individual words.
State whether the following statement is True or False :
Strings have both positive and negative indexes.
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.