The result I want:
List Result List 1 1 1 2 2 1 2 2 2 3 3 1 4 1
Now I use for loop, how can I use numpy way to come true it?
The result I want:
List Result List 1 1 1 2 2 1 2 2 2 3 3 1 4 1
Now I use for loop, how can I use numpy way to come true it?