Python Tkinter Treeview Dapatkan Item Terpilih

def selectItem(a):
    curItem = tree.focus()
    print tree.item(curItem)
Hilarious Heron