Advertisement
Guest User

testing

a guest
Mar 26th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. os.loadAPI("cleverbot")
  2. bot = cleverbot.Cleverbot.new()
  3. msg = "Hello"
  4. response = bot:send(msg)
  5. print(response)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement