print('even' if int(input()) % 2 == 0 else 'odd')
python一行代码判断奇数偶数
最新推荐文章于 2023-10-13 15:29:43 发布
由于未提供博客具体内容,无法生成包含关键信息的摘要。
由于未提供博客具体内容,无法生成包含关键信息的摘要。
print('even' if int(input()) % 2 == 0 else 'odd')

被折叠的 条评论
为什么被折叠?