Robert Kern wrote:
Let's presume for a moment that complex is *not* a native data type in
Python.  How would we implement the above - cleanly?

The reason for making complex a builtin is _not_ to ease a single program, but to create a convention allowing different modules which operate on complex numbers to communicate.

-Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to