# Python program to · # string concatenation · str1 = "Hello" · str2 = "JavaTpoint" · # join() method is used to combine the strings · print("".join([str1, str2])) ...
確定! 回上一頁