コード例 #1
0
ファイル: task_9_3.py プロジェクト: JayIvhen/LabMIPT
    def check_solution(self):

        return check_filled_cells(self.cells_to_be_filled) and rob.is_parking_point()
コード例 #2
0
ファイル: task_8_18.py プロジェクト: JayIvhen/LabMIPT
    def check_solution(self):

        return check_filled_cells(self.cells_to_fill) and rob.is_parking_point() and rob.get_register_value(
            'ax') == self.filled_cells_number