def setup():
n=[12,10,50,20,34,79,61,77]
show_number(n)
def show_number(n):
i=0
z=0
x=int(input())
while(z<len(n)):
n[z]=n[z]+x
z=z+1
while(i<len(n)):
print("No. is ",n[i]," and the index is",i)
i=i+1
setup()
ไม่มีความคิดเห็น:
แสดงความคิดเห็น