[Edu-sig] A Quick Puzzle

kirby urner kirby.urner at gmail.com
Wed Mar 8 03:42:02 CET 2006


Yeah, that looks like the Jon Bunce formula.  Packing lap top.  Hoping
to claim $5 (I owe you a beer).

Kirby


On 3/7/06, Michael Tobis <mtobis at gmail.com> wrote:
> # I love Python!
>
> import datetime    # batteries included!
>
> me = datetime.date(1954,9,1)
> dog = datetime.date(2006,3,7)
> print me + (7 * (dog - me)/6)
>
> # mt
>
>
> On 3/7/06, kirby urner <kirby.urner at gmail.com> wrote:
> > Here's a quick puzzle, that'd make a good source of Python programs,
> > or programs in other languages:
>


More information about the Edu-sig mailing list