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