還暦からの東大数学への道〜主婦が挑む知性の頂
テスト
a,b = map(int, input().split()) print("Even" if a * b % 2 == 0 else "Odd")
うまく表示できたかな?