質問です

from Tkinter import *
root = Tk()
button = Button(root, text = 'hoge')

上のようなとき、rootの部分を省略してもエラー出ず動作しますが、