Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, November 29, 2012

Codecademy: Check it Twice


#sample solution

board = []
for i in range(0,5):
board.append(["O"] * 5)
print board

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts