我目前正在處理列表。我正在使用遞歸遍歷我創建的嵌套列表結構(或任何)的函數。試圖從這個結構中的數字與其他元素分開。分開我的意思是將它們添加到一個空的列表,並將它們作爲函數輸出。 例如: (def my-tree
'(3 (apple) -2 (50 orange) 9 banana))
(defn function [my-tree]
if list is empty then r
林只是試圖通過使列表的一個列表,其中在d每個項目是利用line.split D = []
f1 = open("test.txt",'r')
for line in f1:
trans = line.split()
D.append[trans]
分裂號碼列表,使一個數據庫,這是什麼在test.txt的 12 34 34 324 32432 4
23 432 43
我試圖根據不同的單詞列表來計算嵌套列表中某個單詞出現的次數。例如: one = [['apple','pear','bear'],['apple','drawers','bear','grapes']]
word = ['pear','oranges','pineapple','scones','drawers']
我要計算列表字每個字有多少次,在每種稱爲one嵌套列表中出現。作爲輸出我想: