number = input("숫자를 입력하세요 : ")
number = int(number)

a = [12345, ... n]


숫자를 입력했을 때 


a를 입력한 숫자까지 리스트를 만들고 싶은데 어떻게 해야할까요