RosettaCodeData/Task/Binary_strings/Python/binary_strings-2.py

4 lines
55 B
Python

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