twitter test. int(True) and int(False)
int(True) => 1 なのかー。 http://t.co/DlW8pWYDp2
— podhmo (@podhmo) 2013, 10月 1
@esehara なるほど。 bool演算的なものを加算にしたいときなどですかね。ちょっと思いつきませんが >>> sum(map(lambda x : int(bool(x)), [object(), None, object(), None, object()])) => 3
— podhmo (@podhmo) 2013, 10月 1