2 lines
70 B
Python
2 lines
70 B
Python
cell_mapping = {"wall": "#", "empty": " ", "start": "S", "exit": "E"}
|
cell_mapping = {"wall": "#", "empty": " ", "start": "S", "exit": "E"}
|