Re: question on input function

2009-07-19 Thread Chris Rebert
On Sun, Jul 19, 2009 at 7:07 PM, Richel Satumbagarlsatumb...@yahoo.com 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

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 output seen