摘要: 1 def cycle(f1, f2, f3): 2 """Returns a function that is itself a higher-order function. 3 4 >>> def add1(x): 5 ... return x + 1 6 >>> def times2(x): 阅读全文
posted @ 2023-02-14 21:19 哎呦_不想学习哟~ 阅读(128) 评论(0) 推荐(0)