Purify()

def purify(number):
[tab]new_list=
[tab]for i in number:
[tab][tab]if i%2 == 0:
[tab][tab][tab]new_list.append(i)
[tab]return new_list

what is your question?

also, you can post your code with markup:

So the indent will show