Computer Science, asked by kumarmeet36939, 5 months ago

What are string operators in python?​

Answers

Answered by Anonymous
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