Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. bot_response = bot.get_response(user_input)
  2.  
  3. print(bot_response)
  4.  
  5. # Press ctrl-c or ctrl-d on the keyboard to exit
  6. except (KeyboardInterrupt, EOFError, SystemExit):
  7. break`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement