Answer:
n = int(input('N: '))
for i in range(1, n + 1):
if i % 2 == 0:
print(i)
5.1m questions
6.7m answers