On 9/4/2018 1:03 PM, Peter Pearson wrote:
On Sun, 2 Sep 2018 13:40:18 -0700 (PDT), Nick Berg wrote:how can i be able to store a list of values to drop-down menu and then grab the value that the user selects?
In a python program, use one of the gui packages. Tkinter usually comes with python and can handle this easily with a Listbox or ttk.Combobox.
-- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list