Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 246 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 246 Bytes

learning-python

使用副本[:]

位置实参

任意数量实参 *args

任意数量的关键字实参 **args

函数编写规范

  1. 给函数指定描述性语言
  2. 函数只使用小写字母和下划线
  3. 形参等号两边不要空格