[BangPypers] diffrerence between lambda function and ordinary one

Abhishek Mishra ideamonk at gmail.com
Fri Aug 6 17:30:29 CEST 2010


This would serve a better example -
>>> sum( int(x) for x in raw_input().split() )
1 2 3 4
10
>>>


More information about the BangPypers mailing list