姓名:刘浩然。 2020年大目标Python
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
摘要: 前戏 前五分钟 十分钟 十五分钟 阅读全文
posted @ 2019-02-14 17:23 pluto2charon 阅读(120) 评论(0) 推荐(0) 编辑
摘要: num_l=[1,2,10,5,3,7] #lambda x:x+1 # def add_one(x): # return x+1 #lambda x:x+1 # def reduce_one(x): # return x-1 #lambda x:x**2 # def ps(x): # return x**2 def map_test(func,array):#func=... 阅读全文
posted @ 2019-02-14 16:56 pluto2charon 阅读(102) 评论(0) 推荐(0) 编辑
摘要: #函数的作用域只跟函数声明时定义的作用域有关,跟函数的调用位置无任何关系 阅读全文
posted @ 2019-02-14 16:02 pluto2charon 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 古之欲明明德于天下者,先治其国;欲治其国者,先齐其家;欲齐其家者,先修其身;欲修其身者,先正其心;欲正其心者,先诚其意;欲诚其意者,先致其知,致知在格物。物格而后知至,知至而后意诚,意诚而后心正,心正而后身修,身修而后家齐,家齐而后国治,国治而后天下平。 在函数内部,可以调用其他函数。如果在调用一个 阅读全文
posted @ 2019-02-14 11:29 pluto2charon 阅读(591) 评论(0) 推荐(0) 编辑
摘要: eg1、定义foo门牌号,调用foo函数,打印,再找bar门牌号,找不到,报错 eg2、 eg3、 eg4、定义foo门牌号,调用foo函数,打印,foo里面有个bar的门牌号,找不到bar门牌号报错 eg5、 阅读全文
posted @ 2019-02-14 11:17 pluto2charon 阅读(181) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-14 10:27 pluto2charon 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-14 10:26 pluto2charon 阅读(8) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-14 10:25 pluto2charon 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-14 10:24 pluto2charon 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-02-14 10:23 pluto2charon 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页