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