I am working on a problem in Python and don\'t understand the answer.
for number in range(1, 10): if number % 2 == 0: print(number)
The answer to this problem