What are string operators in Python??
Sara
Answers
Answered by
6
YOUR ANSWER MOCHI
There are two string operators. The first is the concatenation operator ('. '), which returns the concatenation of its right and left arguments. The second is the concatenating assignment operato
hope it will help you mochi
yes mochi what happened
Answered by
7
ANSWER:
In python, String operators represent the different types of operations that can be employed on the program's string type of variables. Python allows several string operators that can be applied on the python string are as below: Assignment operator: "=" Concatenate operator: "+". String repetition o operator: "*".
Similar questions