[sf-lug] [PYCLASS] Session 3: Monday Oct 6
Alex Kleider
a_kleider at yahoo.com
Sat Oct 4 14:49:24 PDT 2008
a_kleider at yahoo.com
--- On Sat, 10/4/08, jim <jim at well.com> wrote:
> not necessarily. write the functions
> (at top) then call them as you need them
> for each specific arithmetic requirement.
> how elegantly to combine the results
> of multiple calls for a single arithmetic
> result seems elusive: i don't like the
> summing idea, though i can't say why
> (probably gut feel desire for a single
> does_all() function call).
>
> def do_twice(value, recdepth):
> # la la la
Has the following syntax ( "adding" function calls) been introduced yet?
>
> answer = do_twice(6,3) + do_twice(6,2) + do_once(6)
>
>
More information about the sf-lug
mailing list