Advertisement
Guest User

Untitled

a guest
May 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. def func(x):
  2. x = x ^ 113
  3. x = x * 4
  4. x = x + 1
  5. x = x / 33
  6. x = x ^ 113
  7. x = x * 4
  8. x = x + 1
  9. x = x / 33
  10. x = x ^ 113
  11. x = x * 4
  12. x = x + 1
  13. x = x / 33
  14. x = x * 39
  15. x = x - 256
  16. x = x ^ 957510253
  17. x = x * 2
  18. return x
  19. print(func(35827))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement