diff --git a/AI.py b/AI.py index 778c9c7..aa2200d 100644 --- a/AI.py +++ b/AI.py @@ -77,4 +77,4 @@ def turn(self, world): # scores is a map from int to int which the key is player_id and value is player_score def end(self, world, scores): print("end started!") - print("My score: " + scores[world.get_me().player_id]) + print("My score: " ,scores[world.get_me().player_id])