Advertisement
phillipplasyt

Bin Code

Sep 20th, 2019
251
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. print("Hello, I Am Trash Can!")
  3. print("I Can Delete Things For You!")
  4. delete = input("What Would You Like To Delete?")
  5. print("Deleting",delete)
  6. time.sleep(2)
  7. print("Deleted",delete)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement