make a list from 0 to n python

115

make a list from 0 to n python -

a_list = list(range(0, n))

Comments

Submit
0 Comments