welcome = 'hello'

string1 = 'wel'

string2 = 'come'

string1 + string2 == 'hello'

我希望最后一行等于'你好' . 这样做的最佳方法是什么?