Advertisement
xgeovanni

Chatbot.py

Jun 14th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. while True:
  2.     message = input(">>> ")
  3.     print('Your Mother said "' + message + '" last night.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement