码迷,mamicode.com
首页 >  
搜索关键字:自定义函数基础    ( 1个结果
Python自定义函数基础
1格式:deffunctionName(参数列表):方法体例子1:>>>defgreet_user(): print(“hello”) >>>greet_user() hello例子2:>>>defgreet_user(username):#username形参 print(“hello,”+username+“!”) >>>greet_user(“zhangsan”)#zhangsan..
分类:编程语言   时间:2017-04-05 18:08:27    阅读次数:200
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!