button .b -text Go -command print_hello
button .e -text Quit -command exit
pack .b .e -side left
