Guest User

Untitled

a guest
Jan 26th, 2013
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. p1 = "abcde"
  2. p2 = "edcba"
  3.  
  4. num = 0
  5. for (byte in getBytes(str))
  6. num += UnsignedIntValue(byte)
Add Comment
Please, Sign In to add comment