Re: question on input function

2009-07-19 Thread John O'Hagan
On Mon, 20 Jul 2009, Richel Satumbaga wrote: > I am just learning python then I encountered an certain point in terms of > using the input function of python. the source code: >eq = input("enter an equation:"); >print " the result is : "; > > > the ou

Re: question on input function

2009-07-19 Thread Chris Rebert
On Sun, Jul 19, 2009 at 7:07 PM, Richel Satumbaga wrote: > I am just learning python then I encountered an certain point in terms of > using the input function of python. > the source code: >    eq = input("enter an equation:"); >    print " the result is : "

question on input function

2009-07-19 Thread Richel Satumbaga
I am just learning python then I encountered an certain point in terms of using the input function of python. the source code:    eq = input("enter an equation:");    print " the result is : "; the output seen in the command window: >>> enter an equation:[