Skip to content

Instantly share code, notes, and snippets.

@nikhilc2710
Last active January 19, 2021 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhilc2710/1898284d70b2a8378b38efd7296410e6 to your computer and use it in GitHub Desktop.
Save nikhilc2710/1898284d70b2a8378b38efd7296410e6 to your computer and use it in GitHub Desktop.
width,height=8,8
#width,height=map(int,input().split()) if inputs are Dynamic
wall, clear, goal = 0, 1, 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment