s = raw_input ("hello whats your name? ")

2006-03-23 Thread cm012b5105
Hi there i am hoping some one could help me out with a small problem i am in the process of learning python.I am trying to write an interactive programme, This is a short example. if s = raw_input ("hello what’s your name? ") if s=='carmel': Print "Ahh the boss’s wife" What i would like to

raw_input

2006-03-23 Thread cm012b5105
  Hi there i am hoping some one could help me out with a small problem i am in the process of learning python. I am trying to write an interactive programme, This is a short example.         if s = raw_input ("hello what's your name? ") if s=='carmel ': print "Ahh the boss's wife"  

[no subject]

2006-03-23 Thread cm012b5105
  Hi there i am hoping some one could help me out with a small problem i am in the process of learning python. I am trying to write an interactive programme, This is a short example. if s = raw_input ("hello what’s your name? ") if s=='carmel': print "Ahh the boss’s wife" What i would lik

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

Graphical box /interactive programme

2004-12-03 Thread cm012b5105
Hello i want to put an interactive text programme in to a graphical box this is a small section of my text programme s = raw_input ("Hello whats your name? ") if s=='melvyn': print "your my boss's Dad the one they call in indian language DEEP THOUGHT LITTLE HORSE" if s=='carol': p