看板
[ Python ]
討論串[問題] 有趣的問題 關於交集與聯集的處理方式
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
要判斷 "同時收藏 education 及 technology" / "有收藏 education 或 echnology". 建意可以用 set 來做. data = [. ['spanish', 'education', 'e-learning', ...],. ['education', '
(還有703個字)
內容預覽:
先存成字典. SAVE_DICT = {"A":"a_LIST", "B":"B_LIST"}. for i in save_dict.keys():. if education in save_dict[i]:. count += 1. 大概是這樣吧(存成字典是有可能還要去找說 這些標籤的有哪些人
(還有202個字)
內容預覽:
hi 我是Bob 第一次在這邊發文,聽說有不少高手臥虎藏龍!. as title 我爬蟲了一個網站,經過整理得到很多如下面的結果. ['spanish', 'web2.0', 'e-learning', 'education', 'social', 'spain', 'tools', 'learni
(還有419個字)
首頁
上一頁
1
下一頁
尾頁