Re: Tkinter interactive

2005-12-17 Thread James Stroud
cm012b5105 wrote: > Hello i am fairly new to python, > I have written an interactive programme a small example of it is here. > s = raw_input ("Do you have any children? ") > if s== 'yes': >print "Thats great" > elif s=='no': >print "Well my boss has 2" > > > Now i have also been looking

Re: Tkinter interactive

2005-12-17 Thread Murtog (sent by Nabble.com)
! =] Sent from the Python - python-list forum at Nabble.com: Re: Tkinter interactive -- http://mail.python.org/mailman/listinfo/python-list

Tkinter interactive

2005-12-17 Thread cm012b5105
Hello i am fairly new to python, I have written an interactive programme a small example of it is here. s = raw_input ("Do you have any children? ") if s== 'yes': print "Thats great" elif s=='no': print "Well my boss has 2" Now i have also been looking at Tkinter if we take the basic "hello