黑馬博學(xué)谷【年度鉆石會員】Python+大數(shù)據(jù)
for i i_temp:
temp = i.split(' ')?
if len(temp) > 1:?
for k in temp:?
t = k.strip()?
if (t not in f_list) and (t != ''):?
f_list.append(t)
else:
if (i not in f_list) and (i != ''):?
f_list.append(i)?
return f_list? ? ? ? ?
標(biāo)簽: