Błąd wysublimowanego tekstu 2: podczas budowania gry
Ciągle otrzymuję ten błąd
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 <module>
playerLetter, computerLetter = inputPlayerLetter()
File "C:\Python27\last try.py", line 27, in inputPlayerLetter
letter = input().upper()
EOFError: EOF when reading a line
Finished in 0.2s with exit code 1
Po umieszczeniu w kodzie gry python tic tac toe. Czy ktoś może mi pomóc ?!
Kod do gry Tic Tac Toe pochodzi zhttp://inventwithpython.com/tictactoe.py
Uwaga: Próbowałem zainstalować i skonfigurować sublimerepl i nie rozwiązuje problemu.