Special characters cannot be used in strings.
3 Likes
False
Reason — A string may consist of letters, digits, or symbols, therefore special characters can be used in strings.
Answered By
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.