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

4 lines
46 B
Python

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