#!/usr/local/bin/python2 print reduce(lambda x, y: y(x), [bool, int, id], 1)