what's wrong with "lambda x : print x/60,x%60"
Ezequiel, Justin
j.ezequiel at spitech.com
Mon Dec 5 02:07:53 EST 2005
Previous message (by thread):
What's wrong with "lambda x : print x/60,x%60"
Next message (by thread):
what's wrong with "lambda x : print x/60,x%60"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Try lambda_hrs = lambda x: (x/60,x%60)
Previous message (by thread):
What's wrong with "lambda x : print x/60,x%60"
Next message (by thread):
what's wrong with "lambda x : print x/60,x%60"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list