Hi Guys!
I’m trying to create a list with a specific sequence, for example:

In that list, I want to create a new list with that sequence:
0 - 3
3 - 4
4 - 5
5 - 6
6 - 9
9 - 10
I have tried “string.join” and “string. concat”, but I don’t have a success…=(
Can someone give me an advice or show me something similar to that idea?



