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
! =]
Sent from the Python - python-list forum at Nabble.com:
Re: Tkinter interactive
--
http://mail.python.org/mailman/listinfo/python-list
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