x = int(input('Number=')) sp = [0] * int(input('size=')) for i in range(len(sp)): sp[i]=int(input()) if sp[i]