随笔分类 -  函数

函数
摘要:#函数分为数学函数 和 程序开发函数#函数和过程#函数:#过程:就是没有return值#风湿理论:函数即变量#过程;在python中过程也是函数;def test1(): print("test1")#函数def test2(): print("test2") return "test2"#函数参数 阅读全文
posted @ 2018-06-13 17:16 Python哥 阅读(156) 评论(0) 推荐(0)