摘要: 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 阅读(252) 评论(0) 推荐(0) 编辑