列表、元组、字典

内置函数

dir()

dir(list)可以告诉list的所有属性和方法。
image

help()

help(list.xxx)可以告诉list的属性和方法的具体用法
image

posted @ 2022-07-29 18:25  Vonos  阅读(25)  评论(0)    收藏  举报