Playground python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Playground python

I built a Tictactoe game with python, and I like to upload it to Sololearn's code playground, but I notice that my program is interactive, and Sololearn's playground seems to request all inputs at once, which does not make sense for a Tictactoe game. So, I'd like to know if somebody can help me go around this issue. Thank you.

14th Oct 2018, 5:32 AM
John Ortiz
John Ortiz - avatar
1 Answer
+ 4
If the program doesn't require anything special besides simply taking input one by one then try this https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
14th Oct 2018, 6:16 AM
Burey
Burey - avatar