"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,
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
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