What is the output of the following code?
f=lambda x:bool(x%2)
print(f(20), f(21))


Posted on by