Posts by Jefferson Alexandre Silva • 23 points
1 post
-
2
votes1
answer52
viewsQ: Python sequence lists
I have a reference list with repeat values ex:. [1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3]. I am trying to create another list that creates an increasing sequence from the first set of data, restarting the…