Write a function even_odd(f) that given a list f of integer numbers, returns
two lists. The first one is formed by the even numbers in f. At the second one there are the odd numbers in f.
The order of appearance of the numbers in each of the two resulting lists must preserve the original order.
Scoring
The function counts 100 points.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.