if int(input()) % 2 == 0:
print("Чёт")
else:
print("нечёт")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
if int(input()) % 2 == 0:
print("Чёт")
else:
print("нечёт")