[ create a new paste ] login | about

Link: http://codepad.org/Iqqoicpe    [ raw code | output | fork ]

aaronla - Python, pasted on Dec 13:
1
2
import operator 
print len(reduce(operator.add, (((),),((),))))


Output:
1
2


Create a new paste based on this one


Comments: