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