Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tart test 1
- Enter cells: > _XXOO_OX_
- ---------
- | X X |
- | O O |
- | O X |
- ---------
- Enter cells: > 1 3
- Enter cells:
- #educational_plugin FAILED + Exception in test #1
- #educational_plugin
- #educational_plugin Probably your program run out of input (tried to read more than expected)
- #educational_plugin
- #educational_plugin Traceback (most recent call last):
- #educational_plugin File "tictactoe.py", line 93, in <module>
- #educational_plugin row,col = ask()
- #educational_plugin File "tictactoe.py", line 32, in ask
- #educational_plugin inputNumbers = input("Enter cells: ").split(" ")
- #educational_plugin EOFError: EOF when reading a line
- #educational_plugin
- #educational_plugin Please find below the output of your program during this failed test.
- #educational_plugin Note that the '>' character indicates the beginning of the input line.
- #educational_plugin
- #educational_plugin ---
- #educational_plugin
- #educational_plugin Enter cells: > _XXOO_OX_
- #educational_plugin ---------
- #educational_plugin | X X |
- #educational_plugin | O O |
- #educational_plugin | O X |
- #educational_plugin ---------
- #educational_plugin Enter cells: > 1 3
- #educational_plugin Enter cells:
- Exception in test #1
- Probably your program run out of input (tried to read more than expected)
- Traceback (most recent call last):
- File "tictactoe.py", line 93, in <module>
- row,col = ask()
- File "tictactoe.py", line 32, in ask
- inputNumbers = input("Enter cells: ").split(" ")
- EOFError: EOF when reading a line
- Please find below the output of your program during this failed test.
- Note that the '>' character indicates the beginning of the input line.
- ---
- Enter cells: > _XXOO_OX_
- ---------
- | X X |
- | O O |
- | O X |
- ---------
- Enter cells: > 1 3
- Enter cells:
- Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment