《Python基础教程》第六章:抽象(一)

  1. 用def定义函数
  2. __doc__是函数属性。属性名中的双下划线表示它是个特殊属性
原文地址:https://www.cnblogs.com/hellosnow/p/7918515.html