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.
1 Antwort
+ 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