n=0
for i in name:
  output[i] = number[n]
  n = n+1

name과 number 두 리스트를
순서에 맞게  name:number 사전으로 합치는건데
저렇게 n 변수 안쓰고 하는 방법은 없는지 궁금함