I guess I'm just looking for a small code sample hooked up to the code
I gave, that would collect the input, compare it to code such as:

if x==5
     print "Five"
elif x==6
     print "Six"
elif x==7
     print "Seven"

Something along those lines. That was actually like the code I used for
something else a while ago.

My only problem is, I want it to be printed to a textvariable for use
in the label.

Thanks again for all your help!

Tanner

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to