This website requires JavaScript.
Explore
Help
Sign In
KylerOlsen
/
mazes2
Watch
1
Star
0
Fork
You've already forked mazes2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2c6c32c34d
mazes2
/
test.py
7 lines
92 B
Python
Raw
Blame
History
from
maze
import
OriginShift
m
=
OriginShift
(
21
)
print
(
m
[
1
,
1
]
)
print
(
m
[
2
,
1
]
)
print
(
m
[
1
,
2
]
)
Reference in New Issue
View Git Blame
Copy Permalink