I was trying to make the currently selected Listbox item to be printed out. For example, when I select item "one", it should print out "one"
Listbox
This seems to work for me:
mylistbox.get(ANCHOR)
Based on your code, it will print out the current item.