Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

Right. I am trying to finish this simple game project, but I couldn't figure out several parts of it. It's in Python but I'm sure anyone can help me figure out an object-oriented Tic-Tac-Toe game. http://ideone.com/PmL3q

OpenStudy (anonymous):

btw checkWinners seems to be working as intended (according to the test); I included nothing fancy in that method.

OpenStudy (anonymous):

Hmm I think it's useful to define a printf function to replace that print statement.

OpenStudy (anonymous):

import sys #__________________ def printf(format, *args): s = format % (args) sys.stdout.write(s)

OpenStudy (anonymous):

hmm I can definitely see lots of places where I can improve things.

OpenStudy (anonymous):

hmm I should stop typing out hmm :(

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!