gpt4 book ai didi

python/clojure 相当于 mathematica 的 NestWhileList

转载 作者:太空宇宙 更新时间:2023-11-03 12:51:31 25 4
gpt4 key购买 nike

动力:我在 python 中寻找一些能让我得到的东西

f([1,2,3]) == [[1,2,3], [2,3], [3]]

在 clojure 中,这只是 (nest rest #(not (empty? %)) lst),或者如果我们有一个 nest 函数,它也可以。我们要不要?我厌倦了盯着 clojure api 列表..

在 python 或 clojure 中更好的方法也将不胜感激..

最佳答案

data = [1,2,3]
result = [ data[i:] for i in range(len(data)) ]

关于python/clojure 相当于 mathematica 的 NestWhileList,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5293176/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com