First solution in Creative category for Boolean Algebra by panaro32
def boolean(x,y,s): return (x&y,x|y,x<=y,x^y,x==y)["oimxq".find(s[1])]
March 27, 2015