What is an efficient way to create the list [0, 2, 3, …, 234] in python?
I want to create the list [0, 2, 3, …, 234] in python, possibly within a row and without listing all numbers explicitly
I want to create the list [0, 2, 3, …, 234] in python, possibly within a row and without listing all numbers explicitly