会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hayden__wang
博客园
首页
新随笔
联系
订阅
管理
2017年11月6日
python学习--函数例子
摘要: 1 #!/usr/bin/env python3 2 # -*- coding:utf-8 -*- 3 4 #01 函数的定义,调用 5 #生日歌 6 def happy(): 7 print("Happy birthday to you!") 8 9 def sing(person): 10 happy() 11 happy() 12 p...
阅读全文
posted @ 2017-11-06 13:37 hayden__wang
阅读(209)
评论(0)
推荐(0)
编辑
公告