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

python缺省参数

时间:2017-10-04 11:51:45      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:color   函数   result   缺省   col   tar   ext   text   调用   

1 def test(a,b=22):
2         result=a+b
3         print"resuLt=%d"%result)
4 
5 
6 test(33,33)
7 #缺省参数的意思就是,函数在有参数的情况下,调用者也可以把这个参数赋值,如果不赋>值,那么函数就用参数默认的值
8 
9 #这个就是一个典型的缺省参数

 

   

python缺省参数

标签:color   函数   result   缺省   col   tar   ext   text   调用   

原文地址:http://www.cnblogs.com/suiyisuixing/p/7624933.html

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