If you initialize a list in python like this:
l = list(1,2,3,4....N)
or
l = list(range(N))
l = list(str