Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. def print_arena(arena):
  2.     hello = 0
  3.     print('      P1            P2')
  4.     print('  1 2 3 4 5     1 2 3 4 5')
  5.     for i in arena1:
  6.         print (odhgoscoords[hello], " ".join(i), end='')
  7.         for h in arena2:
  8.             print(' ', odhgoscoords[hello], " ".join(h))
  9.             break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement