120917 Philip Webb wrote:
> 120917 David W Noon wrote:
>>    print('              {0}'.format(eval(expression)))

That works properly with Python2 in this machine ;
I'll check it with Python3 later in the new machine.

> 120917 Marc Joliet wrote:
>>   print('              ',eval(expression))

That does the calculation, but the output is wrongly formatted :

  514 bin> pycalc1 2+3
  ('              ', 5)

Thanks again

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca


Reply via email to