>>> all=[""]
>>> i="One"
>>> l=(item for item in all if item in i)
>>> print(len(list(l)))
1
0
>>>
第一次打印答案是1,没有任何修改第二次是0
慕标5832272
白衣染霜花
相关分类