2020年9月22日

摘要: 函数 是可以重复使用进行用来实现单一,或相关联功能的代码块。 一、无入参的函数 #函数 def func1(): '''函数的功能描述''' print("in the func1") return 0 #过程 def func2(): '''打印in the func2''' print("in 阅读全文
posted @ 2020-09-22 22:43 阿翔study 阅读(128) 评论(0) 推荐(0)

导航