I have a program in which the user enters their mobile numbers, I need to store the mobile numbers that the user enters in a python list, I don't know how to write it, please help me
input_number = Entry(text="enter your numbers")
input_number.pack()