python
  • 安装
  • 第一个python程序
  • 基本数据类型
  • 复杂数据类型
    • Tuple
    • List
    • Slice
    • Set
    • Dictionary
  • 函数
    • 可变参数
    • 默认值参数
  • 条件判断
  • 循环
  • 模块与包
  • 类
  • SSH远程执行命令
Powered by GitBook
On this page
  • 函数定义与调用
  • 默认参数
  • 多返回值

Was this helpful?

函数

函数定义与调用

默认参数

多返回值

PreviousDictionaryNext可变参数

Last updated 5 years ago

Was this helpful?