Determining index each group duplicate values in an array in Python with the fastest way

前端 未结 0 1478
野的像风
野的像风 2021-01-25 11:15

I want to find an index of each group duplicate value like this:

s = [2,6,2,88,6,...]

The results must return the index from original s

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