Advertisement
Guest User

messing with variables in python

a guest
Sep 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. print('loading gamehacker')
  2. l = 6
  3. print(l)
  4. from time import *
  5. sleep(5)
  6. l = 9
  7. from time import *
  8. sleep(2)
  9. l = 20
  10. from time import *
  11. sleep(9)
  12. print(l)
  13. l = 68
  14. from time import *
  15. sleep(9)
  16. print(l)
  17. l = 100
  18. from time import *
  19. sleep(6)
  20. print(l)
  21. from time import *
  22. sleep(6)
  23. print('hacks loaded')
  24. from time import *
  25. sleep(6)
  26. print('ijecting scripts')
  27. i = 7
  28. print(i)
  29. from time import *
  30. sleep(6)
  31. i = 45
  32. print(i)
  33. from time import *
  34. sleep(6)
  35. i = 89
  36. print(i)
  37. from time import *
  38. sleep(6)
  39. i = 100
  40. print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement