[Python-Dev] setup.py

Fredrik Lundh fredrik@effbot.org
Sat, 27 Jan 2001 11:43:50 +0100


tim wrote:
> Reminds me of a friend who got sucked into working at a neural-net startup
> trying to build a black box to predict whether the daily close of the S&P
> 500 would be above or below the previous day's.  /.../
> 
>     # S&P close daily direction predictor
>     print "higher"

replace "higher" with "same", and you have a pretty
decent weather predictor.

Cheers /F