Guest User

Untitled

a guest
Oct 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import urllib
  2. ask = input("What can I help you with? ")
  3. words = ask.split()
  4. search = "search"
  5. if search in words:
  6. #search (ask) and print answer
Add Comment
Please, Sign In to add comment