会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
IamJet
博客园
首页
新随笔
联系
订阅
管理
2020年1月14日
Python函数基础
摘要: 1. Python中函数的概念 1.1 python中函数概念 Python中函数是逻辑结构化和过程化的一种编程方法。 1.2 python中函数定义方法解释 python中函数定义方法: def test(x): "The function definitions" x+=1 return x d
阅读全文
posted @ 2020-01-14 11:48 IamJet
阅读(254)
评论(0)
推荐(0)
编辑
公告