码迷,mamicode.com
首页 > 编程语言 > 详细

python函数

时间:2018-01-29 00:27:58      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:nbsp   必须   默认参数   class   参数   col   传递   默认   调用函数   

默认参数特点:调用函数的时候,默认参数非必须传递

def test(x,y=2):
    print(x)
    print(y)

test(1,3)

 

python函数

标签:nbsp   必须   默认参数   class   参数   col   传递   默认   调用函数   

原文地址:https://www.cnblogs.com/yilin520/p/8372765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!