Computer Science, asked by sonusagar50, 17 days ago

How can be combine strings using operator in python?​

Answers

Answered by Alaina6
3

Answer:

The + operator lets you combine two or more strings in Python. This operator is referred to as the Python string concatenation operator. The + operator should appear between the two strings you want to merge.

Answered by Anonymous
19

\huge\underline \bold\red{ANSWER}

 \impliesThe + operator lets you combine two or more strings in Python. This operator is referred to as the Python string concatenation operator. The + operator should appear between the two strings you want to merge. This códe concatenates, or merges, the Python strings “Hello ” and “World”.

  \star \: \sf \purple{3 \: strings \: in \: python}  \: \star

 \impliesTo concatenate strings, we use the + operator. Keep in mind that when we work with numbers, + will be an operator for addition, but when used with strings it is a joiníng operator.

 \mid \fbox \pink{hope \: it \: helps \: uh} \mid

Similar questions