Dick Moores <[EMAIL PROTECTED]> writes:
> >C:\cygwin\bin\bc -l > pi12.txt
> 
> But how or when do you enter the lines
> 
> scale = 3000
> obase = 12
> print 4 * a(1)

You could put them into a file, say pi.bc.  Then run
  bc -l pi.bc
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to