会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
1
2 3
小蝌蚪的博客
博客园
首页
新随笔
联系
订阅
管理
2017年5月8日
函数的基本定义
摘要: #coding:utf-8 #定义函数 def mail(): print("hello world") #调用,两种都可以 mail() f = mail f() #函数执行顺序(遇到return关键字,则中断函数,不在继续执行函数内容了) def show(): print("a") retur
阅读全文
posted @ 2017-05-08 09:56 矜持小蝌蚪
阅读(545)
评论(0)
推荐(0)
编辑
公告
levels of contents