Skip to content Skip to sidebar Skip to footer

Sublime Text 2 Error: When Building Game

I keep getting this error Welcome to Tic Tac Toe Do you want to be X or O? Traceback (most recent call last): File 'C:\Python27\last try.py', line 145, in play

Solution 1:

You need to run the code in a terminal, because the input() function is asking you to enter some text.

The Sublime environment is not sufficient.


Post a Comment for "Sublime Text 2 Error: When Building Game"