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
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 : "
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:[