Lulus argumen di tombol tkinter

button = Tk.Button(master=frame, text='press', command= lambda: action(someNumber))
someone...