已结专题

python 黑魔法收集--已结

awesome python 中文大全 Fabric , pip, virtualenv内建函数好文awesome python 奇技淫巧 一句话求阶乘 from functools import reducereduce(lambda x, y: x * y, range(1,int(input('number:'))+1), 1)# 递归def factorial(n):return 1