atur ukuran tombol tkinter

button = tkinter.Button()
button.config(height=100, 
			  width=100)
The Rambling Lank