bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths
Learn/Python/Foundations
Python•Foundations

Python - String Concatenation

String Concatenation

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

a
" "

Previous

Python - Modify Strings

Next

Python - Format - Strings