穷横穷哼

有两种人,一种是天使飞的,一种是地上走的,其差距在于前者挺直了脊柱,高出来的那一块。

我的主要矛盾已经解决掉了,剩余的问题就都变成了我的妙峰山。

“A man is a success if he gets up in the morning and gets to bed at night, and in between he does what he wants to do.” ― Bob Dylan

要攻,不要守

 
0
Kudos
 
0
Kudos

Now read this

人生算法的python代码实现

#人生算法.py #宇宙基础能力,即,无常 import random #参数context来自宇宙context,即宇宙的所有数据,维持着宇宙每时每刻的状态(state), #总的来说,数据(context)是状态(state)的宿主,算法(human_life)是可以转换状态(state)的一种能力,而这个世界上只有一个状态state,即,the one def human_life(context): #植物神经系统,爬行脑算法,后台运行(异步模式) async... Continue →