Special characters cannot be used in strings.
1 Like
False
Reason — A string may consist of letters, digits, or symbols, therefore special characters can be used in strings.
Answered By
2 Likes
Only single quotes can be used to declare a string in Python.
Blank spaces are counted as character in string.
Backslash (\) is an escape character.
The operator * is also called as replication operator in string.