`
huangyiiiiii
  • 浏览: 115835 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论

Evolution of a Python programmer

阅读更多
http://dis.4chan.org/read/prog/1180084983/

哈哈,有点意思,再加一个:

Python 2.5 programmer:
def fact(x):
return x * fact(x - 1) if x > 1 else 1
print fact(6)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics