Составьте список от 0 до N Python

a_list = list(range(0, n))
Defiant Deer