摘要: 知识点函数与过程在许多编程语言中,函数(function)是有返回值的,过程(procedure)是简单、特殊并且没有返回值的。而在Python中,严格来说只有函数没有过程。 例如:>>> def hello(): print('hello fishc!')>>... 阅读全文
posted @ 2018-03-28 15:41 DB-Engineer 阅读(513) 评论(0) 推荐(0)