Python Tutorials · Python Strings

Concatenate Strings

Learn all about Concatenate Strings in this comprehensive tutorial.

5 min read beginner
  • To concatenate, or combine, two strings you can use the + operator.

String Concatenation

To concatenate, or combine, two strings you can use the + operator.

python
python

Module quiz

2 questions
1

Which of the following is true about Concatenate Strings?

2

What is the most common pitfall when working with Concatenate Strings?

Answer all questions to submit.