Introduction Variables Data Types Numbers Casting Strings Boolean Operators Lists Tuples Dictionaries If-Else While Loops For Loops Functions Arrays Scope Modules User Input File Handling Python Maths

Welcome to the lesson on String Concatenation

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

Some Examples: Merge variable a with variable b into variable c:

syntax
Try it out yourself

Some Examples: To add a space between them, add a " ":

syntax
Try it out yourself

End of String Concatenation

You have learned String Concatenation in simple terms. Let's proceed on to Formatting Strings.

Next
Back To Top