[Tutor] Help with Tkinter's Entry or whatever else im wrong about

Matthews James cooler12001@yahoo.com
Sun, 15 Apr 2001 21:38:17 -0700 (PDT)


This is what i have. I just started really learning
Tkinter so beware it might not be pretty.

#######################################################
from Tkinter import *

def do():
    entry.get()
    for times in range(0,13):
        label = Label(root,text=times+'X'+entry)
        label.pack()

root = Tk()
entry = Entry(root,input)
entry.pack()
button = Button(root,text='Times',command=do)
button.pack()
######################################################

I'm wanting to know how to get entry to get a number
or text but it always says that entry is .027483
and that number is always different each time i run
the program 

Thanks Very Much
James Matthews


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/