Best Object Type to Iterate through in Python

前端 未结 0 1172
忘了有多久
忘了有多久 2021-02-03 16:52

I am currently stuck with this code:

already_known = set()
for item in collection:
    for word in item:
        if word not in already_known: 
            alread         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题