Contents
Menu
Expand
Light mode
Dark mode
Auto light/dark, in light mode
Auto light/dark, in dark mode
Hide navigation sidebar
Hide table of contents sidebar
Skip to content
Toggle site navigation sidebar
Python Workshop
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Back to top
View this page
Edit this page
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Concatenating
¶
Example:
a
=
"Hello"
b
=
"World"
output
=
a
+
" "
+
b
print
(
output
)