What are string operators in python?
Answers
Answered by
8
Answer:
Joining of two or more strings into a single one is called concatenation. The + operator does this in Python. Simply writing two string literals together also concatenates them. The * operator can be used to repeat the string for a given number of times.
Similar questions
History,
2 months ago
English,
2 months ago
Math,
2 months ago
Computer Science,
5 months ago
Math,
5 months ago
Math,
11 months ago
English,
11 months ago
India Languages,
11 months ago