Source Code:
(back to article)
string1 = "Hello" string2 = "World" print(string1 + " " + string2) # Output: Hello World
Result:
Report an issue