摘要: 1. 内建属性 2. 内建函数 range map filter reduce sorted 1. 内建属性 python3中查看类的内建属性和方法: 1 >>> class Person: 2 ... pass 3 ... 4 >>> dir(Person) 5 ['__class__', '__ 阅读全文
posted @ 2020-02-28 20:10 Juno3550 阅读(243) 评论(0) 推荐(0) 编辑