Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~70 People Reached
About Me

I am a full time college student pursuing a computer science major. Computers have always interested me, and once programming became a very enjoyable hobby there was nothing else to do but attempt to make a career out of it. As Confucius said, "Find…

Interests
Outside of programming I enjoy spending time with the love of my life, running, cooking, some video…
PC Specs
My main computer is a Macbook running Snow Leopard 10.6.2with 2.4 Ghz Intel Core 2 Duo processor with…
Favorite Forums
Favorite Tags
Member Avatar for Cjreynol

I am writing a tic-tac-toe program and whenever my game gets to here it generates the following error: [CODE]# Display board function def display_board(board): """Display game board on screen.""" print "\n\t", board[0], "|", board[1], "|", board[2] print "\t", "------" print "\t", board[3], "|", board[4], "|", board[5] print "\t", "------" print …

Member Avatar for woooee
0
70