学习笔记(06):第一章 Python语言家族-简单的内置数据类型组成Python世界 3

立即学习:https://edu.csdn.net/course/play/25498/304526?utm_source=blogtoedu

a[::-1]倒序

a.replace('cd','你好')

str.find('a')

str.count('a)

*list

insert

pop

[]嵌套

发布了10 篇原创文章 · 获赞 0 · 访问量 41

猜你喜欢

转载自blog.csdn.net/weixin_45541079/article/details/105712931