Bugs (python):
line 17: “null” throwing error. Use "None"
line 39 : “!” throwing error. Use "not"
line 41: “self” throwing error. findStrongestTarget() is a function, not a method.
line 47: “self” err. commandSoldier() is a function, not a method.
Feedback:
line 43: why are we calling findFriends?