Discuss / Python / 做一个笔记

做一个笔记

Topic source

两个帅男

#1 Created at ... [Delete] [Delete and Lock User]
L=[1]
    while True:
        yield L
        L=[sum(i) for i in zip([0]+L,L+[0])]

  • 1

Reply