python元组常用命令 2024年10月9日 + 连接 *重复 in 包含 not in 不包含 len()——字符串长度 sum()——求和 max()——找最大 min()——找最小 n.index()——查找第1个出现的位置 n.count()——统计个数