0
Q:

python3 array

Array = [1,2,3,4,5]
0
array = range(10)
for i in range(10):
  print(array[i])
-1

New to Communities?

Join the community