Panggil fungsi onsklick tkinter

def someFunction:
    function body

tkWindow = Tk()

button = Button(tkWindow, command=someFunction)
Philan ISithembiso