Re: ten small Python programs
Steven D'Aprano <st...@remove.this.cybersource.com.au>
On Sat, 26 May 2007 18:48:45 -0700, Steve Howell wrote:
> It also has a ComplexNumber class, but I don't want to
> scare away mathphobes.
Is it as short as this one-liner?
ComplexNumber = complex
--
Steven.