def decide_who_plays(self): if tkMessageBox.askyesno(" White ?", "Engine plays White ?"): self.playerMovesFirst = True self.draw_player_move_first()