Unlike with other widgets that use StringVar or some other type of special variable to get values in and out, to find out which items of the Listbox are selected, you have to ask it using the method curselection. This returns a collection of selection indexes. Thus, if the first, second, and fourth items in the list are selected, you will get a list like this: