Aphex124

Untitled

Dec 29th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. repeat
  2. sleep(5)
  3. print ("RULE 1")
  4. print ("---------------------------")
  5. sleep(5)
  6. print ("RULE 2")
  7. print ("---------------------------")
  8. sleep(5)
  9. print ("RULE 3")
  10. print ("---------------------------")
  11. sleep(5)
  12. print ("RULE 4")
  13. print ("---------------------------")
  14. sleep(5)
  15. print ("RULE 5")
  16. print ("---------------------------")
  17. sleep(5)
  18. print ("RULE 6")
  19. print ("---------------------------")
  20. sleep(5)
  21. print ("RULE 7")
  22. print ("---------------------------")
  23. until a -- 1
Add Comment
Please, Sign In to add comment