Advertisement
Guest User

Untitled

a guest
Oct 24th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.75 KB | None | 0 0
  1. # Кафранбель
  2. # Распорядок дня среднестатистичекого жителя Кафр-Набля
  3.  
  4. import goods weapons dollars drugs war hipsters
  5.  
  6. hipster = hipsters.Hipster()
  7.  
  8. while True:
  9.     try:
  10.         hipster.sleep()
  11.         cartoons = hipster.draw_cartoons()
  12.         photos = hipster.make_photos(hipster, cartoons)
  13.     except RuAFBombingError:
  14.         print("Russians murders are murdered innocent Kafranbel residents")
  15.     except SyAFBombingError:
  16.         print("Regime or Russian murders are murdered innocent peole!")
  17.     else:
  18.         print("Russian, Iranian an regime forces still murdering innocent people in Syria.")
  19.     finally:
  20.         hipsters.publish_content(photos)
  21.         print("Allahu Akbar!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement