摘要: 第一阶段 第六章 6.10 数据容器(序列) str = "万过薪月,员序程马黑来,nohtyp学" new_str = str[::-1] obj_str = new_str[9:14]resout1 = str[::-1][9:14] print(obj_str) str = "万过薪月,员序程 阅读全文
posted @ 2023-06-15 16:31 ``飘`` 阅读(18) 评论(0) 推荐(0)