RosettaCodeData/Task/Binary-strings/Python/binary-strings-2.py

4 lines
55 B
Python

s = "Hello "
t = "world!"
u = s + t # + concatenates