Advertisement
Guest User

Untitled

a guest
Aug 13th, 2012
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. #This is totally a joke and not intended to run. :)
  2.  
  3. import reddit
  4. import antigravity #always a good thing to have.
  5.  
  6. subReddits = ["funny", "wtf", "trees", "pics", "front"]
  7. currentSubreddit = 0
  8.  
  9. while true:
  10.     try:
  11.         reddit.persue(subReddits[currentSubreddit])
  12.     except notAmused:
  13.         currentSubreddit = (currentSubreddit + 1) % subReddits.length
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement