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