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

4 lines
55 B
Python
Raw Normal View History

2013-04-10 12:38:42 -07:00
s = "Hello "
t = "world!"
u = s + t # + concatenates