Use the + operator to concatenate characters before and after a string. string1 = "c". string2 = "ab" + string1 + "de". print(string2).
確定! 回上一頁