Fork me on GitHub
摘要: 抽象 函数就是最基本的一种代码抽象的方式。 调用函数 可以通过help(abs)查看abs函数的帮助信息 定义函数 Python中,定义一个函数要使用def语句,依次写出函数名、括号、括号中的参数和冒号:,然后,在缩进块中编写函数体,函数的返回值用return语句返回 函数体内部的语句在执行时,一旦 阅读全文
posted @ 2019-07-31 14:27 cznczai 阅读(10496) 评论(0) 推荐(0) 编辑
摘要: Jan 17th 2015 | From the print edition The fall in the price of oil and gas provides a once in a generation opportunity to fix bad energy policies. on 阅读全文
posted @ 2019-07-31 09:48 cznczai 阅读(468) 评论(0) 推荐(0) 编辑