Advertisement
Guest User

dealwithit

a guest
Oct 21st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import time
  2.  
  3. cmd = input()
  4.  
  5. if(cmd == "/dealwithit"):
  6.    print("O.O")
  7.    time.sleep(1)
  8.    print("O.O/D-D")
  9.    time.sleep(1)
  10.    print("O.D-D")
  11.    time.sleep(1)
  12.    print("D.D Deal with it.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement