Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created May 15, 2017 23:07
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/802bbbec912474d5e1d6cb3c04892254 to your computer and use it in GitHub Desktop.
Save codecademydev/802bbbec912474d5e1d6cb3c04892254 to your computer and use it in GitHub Desktop.
Codecademy export
board = []
for row in range(5):
board.append(["O"] * 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment