Re: Re: Re: porting unittest.py to Prothon.

"Mark Hahn" <[email protected]> Thu, 24 Jun 2004 11:24:33 -0700
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
"Greg Ewing" <[email protected]> wrote in message
news:[email protected]...
> Serge Orlov <[email protected]>:
>
> > How do I do "from math import *"? I hope you don't suggest
> > writing
> > math.sin(x) + math.cos(y)
>
> What's wrong with:
>
>   from math import sin, cos
>   z = sin(x) + cos(y)

That was my feeling.  Explicit is better than implicit.  Now serge is
claiming he wasn't even arguing for it :-)