2023年10月21日土曜日

コード表示挑戦

 テスト

a,b = map(int, input().split())
print("Even" if a * b % 2 == 0 else "Odd")

うまく表示できたかな?