Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 17 Online
OpenStudy (anonymous):

what does the source code look like for hw problem 1.2 (the tic tac toe grid)? question is: "write a program using print that, when run, prints out a tic tac toe board". Thanks

OpenStudy (mandre):

What language?

OpenStudy (anonymous):

Python

OpenStudy (mandre):

Sorry. I'm currently only working with C++ and PL/SQL. Hopefully someone else can help :).

OpenStudy (anonymous):

print _|_|_ print _|_|_ print | |

OpenStudy (anonymous):

print " | | " print "---------" print " | | " print "---------" print " | | "

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!