Skip to content

Instantly share code, notes, and snippets.

@cluelessperson
Created October 12, 2019 02:29
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 cluelessperson/1c48d220c0d0f31430f9715d6bf4b5b4 to your computer and use it in GitHub Desktop.
Save cluelessperson/1c48d220c0d0f31430f9715d6bf4b5b4 to your computer and use it in GitHub Desktop.
"board": [
{
"lvl1": 1 if 0 <= i <= 7 else 0,
"lvl2": 1 if 8 <= i <= 15 else 0,
"lvl3": 1 if 16 <= i <= 23 else 0,
"lvl4": 1 if 24 <= i <= 31 else 0
}
for i in range(32)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment