Python:如何求解迷宫问题

class Maze():
    def __init__(self):
        self.n = 4

    def printSolution(self, sol):
        i = 0
        while i=0 and x=0 and y

在这里插入图片描述

你可能感兴趣的:(编程练习4,Python)