There are ______ types of string operators.
Answers
Answered by
1
Answer:
The string comparison operator in python is used to compare two strings.
“==” operator returns Boolean True if two strings are the same and return Boolean False if two strings are not the same.
“!= ” operator returns Boolean True if two strings are not the same and return Boolean False if two strings are the same.
Similar questions