4 lines
46 B
Python
4 lines
46 B
Python
|
|
v1 = "hello"
|
||
|
|
v2 = "world"
|
||
|
|
msg = v1 + " " + v2
|