Blog

What is the output of the code below?

list = [1, 0, 3, 1, 0]
[x&1 for x in list]