Define the term string operators
Answers
Answered by
1
Answer:
In python, String operators represent the different types of operations that can be employed on the string type of variables in the program. Python allows several string operators that can be applied on the python string are as below: String comparison operator: “==” & “!=”
Explanation:
Similar questions