14
如何检查平面清单中是否存在重复项?
例如,给定列表['one', 'two', 'one'],算法应返回True,而给定['one', 'two', 'three']应返回False。
185
python
string
list
duplicates