Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. print("\n Player One -X \t Player Two - O\n")
  2. print(" | | ")
  3. print(" ", cell[1], " | ", cell[2], " | ", cell[3])
  4. print("_____|_____|_____")
  5. print(" | | ")
  6. print(" ", cell[4], " | ", cell[5], " | ", cell[6])
  7. print("_____|_____|_____")
  8. print(" | | ")
  9. print(" ", cell[7], " | ", cell[8], " | ", cell[9])
  10. print(" | | ")
  11. print("\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement