We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Mazes Module does not exist yet.
The text was updated successfully, but these errors were encountered:
Because Arrays are not supported in Python, it will probably just show the maze as a "picture"
Sorry, something went wrong.
Supposedly, you can use arrays. But I doubt that
EDIT: Arrays are set up like this: array=[[1,2,3] , [1,2,3] , [1,2,3]] print(array[1][1]) 2
array=[[1,2,3] , [1,2,3] , [1,2,3]]
print(array[1][1])
2
Started the mazes module #11
69e9734
Added a place holder "I can't figure it out" message #11
65a3eef
No branches or pull requests
The Mazes Module does not exist yet.
The text was updated successfully, but these errors were encountered: