Re: [Tutor] were do i put the random number genorator

2007-05-11 Thread Alan Gauld
"Treloar, Nick" <[EMAIL PROTECTED]> wrote > i am tyin to make a number guesing game were do > i put the random genorator it the top of each child > screen def Frankly thats the least of your problems. You need to consider how you are going to pass references to the various widgets around, which,

Re: [Tutor] were do i put the random number genorator

2007-05-10 Thread Bob Gailer
Treloar, Nick wrote: > i am tyin to make a number guesing game were do i put the random > genorator it the top of each child screen def Did you write this program yourself? Do you understand it? What is it supposed to do? I personally don't understand it enough to address your question. > here i

[Tutor] were do i put the random number genorator

2007-05-10 Thread Treloar, Nick
i am tyin to make a number guesing game were do i put the random genorator it the top of each child screen def here is my code from Tkinter import* root = Tk() root.title("main screen") root.maxsize(width=350,height=200) root.minsize(width=350,height=200) root.resizable(width=YES,height=YES) def