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

4 lines
46 B
Python

v1 = "hello"
v2 = "world"
msg = v1 + " " + v2