1、如何把数组不带中括号输出print( .join(map(str, max_place)))2、二位矩阵输入的时候matrix.append(list(map(int, input().split())))3、python的字符串本身就支持加减法s1 Hello s2 World s3 s1 s2 # 使用 拼接 s1 Python # 使用 拼接4、字符串字符串倒置C E[::-1]字符串中间插入东西E A[:i]BA[i:]如果是一般的for的话会没有考虑到插入最后的情况