Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 5, 2017 10:35
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 codecademydev/0338c161ebe7ae16f78f35293ecbf918 to your computer and use it in GitHub Desktop.
Save codecademydev/0338c161ebe7ae16f78f35293ecbf918 to your computer and use it in GitHub Desktop.
Codecademy export
board = []
for i in range(0, 5):
board.append(["O", "O", "O", "O", "O"])
print board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment