Guest User

Untitled

a guest
May 8th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. tart test 1
  2. Enter cells: > _XXOO_OX_
  3. ---------
  4. | X X |
  5. | O O |
  6. | O X |
  7. ---------
  8. Enter cells: > 1 3
  9. Enter cells:
  10. #educational_plugin FAILED + Exception in test #1
  11. #educational_plugin
  12. #educational_plugin Probably your program run out of input (tried to read more than expected)
  13. #educational_plugin
  14. #educational_plugin Traceback (most recent call last):
  15. #educational_plugin File "tictactoe.py", line 93, in <module>
  16. #educational_plugin row,col = ask()
  17. #educational_plugin File "tictactoe.py", line 32, in ask
  18. #educational_plugin inputNumbers = input("Enter cells: ").split(" ")
  19. #educational_plugin EOFError: EOF when reading a line
  20. #educational_plugin
  21. #educational_plugin Please find below the output of your program during this failed test.
  22. #educational_plugin Note that the '>' character indicates the beginning of the input line.
  23. #educational_plugin
  24. #educational_plugin ---
  25. #educational_plugin
  26. #educational_plugin Enter cells: > _XXOO_OX_
  27. #educational_plugin ---------
  28. #educational_plugin | X X |
  29. #educational_plugin | O O |
  30. #educational_plugin | O X |
  31. #educational_plugin ---------
  32. #educational_plugin Enter cells: > 1 3
  33. #educational_plugin Enter cells:
  34.  
  35.  
  36. Exception in test #1
  37.  
  38. Probably your program run out of input (tried to read more than expected)
  39.  
  40. Traceback (most recent call last):
  41. File "tictactoe.py", line 93, in <module>
  42. row,col = ask()
  43. File "tictactoe.py", line 32, in ask
  44. inputNumbers = input("Enter cells: ").split(" ")
  45. EOFError: EOF when reading a line
  46.  
  47. Please find below the output of your program during this failed test.
  48. Note that the '>' character indicates the beginning of the input line.
  49.  
  50. ---
  51.  
  52. Enter cells: > _XXOO_OX_
  53. ---------
  54. | X X |
  55. | O O |
  56. | O X |
  57. ---------
  58. Enter cells: > 1 3
  59. Enter cells:
  60. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment