Skip to content
On this page

Python笔记

内建类型

  • Int
  • String
  • Set
  • List
  • Tuple
  • Dict

Function

  • 闭包
  • 装饰器

Class

  • 继承
  • 多态