python_string_concat_1.py:
x
 
a = "Hello"
b = "World"
c = a + b
print(c)