Advertisement
gonzalesc

firstBot

Oct 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. print('Greetings!!! I am Fester, your bot.')
  2. users_name = input('What is your name? ')
  3. print('Hello ' + users_name + '! How can I help you?')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement