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

4 lines
55 B
Python
Raw Normal View History

2023-07-01 11:58:00 -04:00
s = "Hello "
t = "world!"
u = s + t # + concatenates