Загрузка данных
def victory(): global mode, win if char.health <= 0: mode = "end" win = -1 elif len(enemies) == 0: mode = "end" win = 1