01 / 06
Text joins up with + as well
+ is the symbol for adding, but put it between two pieces of text and it sticks them together.
With numbers it adds, with text it joins. The same symbol changes job depending on what it is given.
print("Good" + "bye")Result
Goodbye