ada
0
Q:

how to fill an array with consecutive numbers

array = [x for x in range(0, 10)]

print(array)

#OUTPUT: [0, 1, 2, 3, 4, 5 6, 7, 8, 9]
1

New to Communities?

Join the community