Guest User

Untitled

a guest
Oct 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1.         if message[1] in Sentinel:
  2.             p1 = Sentinel.index(message[1])
  3.         else:
  4.             p2 = Scourge.index(message[1])
  5.         if message[2] in Sentinel:
  6.             p1 = Sentinel.index(message[2])
  7.         else:
  8.             p2 = Scourge.index(message[2])
  9.         Sentinel[p1], Scourge[p2] = Scourge[p1] , Sentinel[p2]
Add Comment
Please, Sign In to add comment