import sys def isAlly(ally): return 0 def isEnemy(enemy): if enemy == 'gondula_tribe' or enemy == 'panshee_tribe': return 1 return 0