4 lines
46 B
Python
4 lines
46 B
Python
from maze import make_maze
|
|
|
|
print make_maze()
|
from maze import make_maze
|
|
|
|
print make_maze()
|