a = [0 for i in range(8)] for i in range(len(a)): print("Please enter a[", i, "] = ", sep="", end="") a[i] = int(input())