Let's say i have a list that looks like this:
myList = [4, 4, 5, 5, 5, 6, 7, 7]
How can I format it so it looks like this
myList = [4, 5, 6, 7]
Let's say i have a list that looks like this:
myList = [4, 4, 5, 5, 5, 6, 7, 7]
How can I format it so it looks like this
myList = [4, 5, 6, 7]