Ответ:
if int(input()) % 2 == 0:
print('Четное')
else:
print('нечетное')
Объяснение:
.
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
if int(input()) % 2 == 0:
print('Четное')
else:
print('нечетное')
Объяснение:
.