Use list comprehensions instead of map or filter wherever possible. List comprehensions are easier to work with and much easier to read.
0
1
1
0
0