我有類似以下的東西...... set /p dir=Specify Path:
if exist %dir% (
echo ok
) else(
echo not ok
)
如果用戶輸入類似%USERPROFILE%的路徑或變量%時,DIR%是用來%USERPROFILE%之內沒有擴大 。 例如 set dir=%userprofile%
echo %dir% :: this doe
後可以說我有詞的列表如下所示的列表中刪除的字, A=['ab','bc','cd','de','de','ef','bc']
我試圖用集,如下所示, def remove_similar_words(self,sent):
original_set = set()
result = []
for item in sent:
if item not i
nums = [13, 1, 2, 13, 2, 1, 13]
index = [1,3]
unwanted = set()
for i in index:
unwanted.add(nums[i])
print(unwanted)
有沒有什麼辦法可以讓我在中間的3行代碼在一行中? 所以,像 new = [i for i in nums if i not in unwan
在夫特套,有一個方法來構造一個類型的「集的給定尺寸的?」(儘管在夫特沒有依賴性類型的,是這樣的結構仍然可能沒有過多的「扭曲?」) 作爲一個例子,我希望能夠定義一個參數化類型SetOfSizeTwo<T>,它的實例是由(Hashable)類型T正好兩個對象組成的集合。 目前,我使用的是窮人的代理: struct SetOfSizeTwo<T> where T: Hashable {
var