Zrób listę od 0 do N Python

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