def kekka_hyouji(hand1, hand2):
  results = ["勝ち",  "負け", "あいこ"]
  print(results[get_result(hand1, hand2)])