OO and game design questions

Gregory Ewing greg.ewing at canterbury.ac.nz
Sat Oct 23 20:09:20 EDT 2010


Jonathan Hartley wrote:

> One common way to store delayed actions is as a lambda (an anonymous
> function.)

Although note that you don't have to use 'lambda' in
particular -- functions defined with 'def' can be used
the same way.

-- 
Greg



More information about the Python-list mailing list