Advertisement
gordi71

BOT

Feb 19th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. print("Hello, i'm Buddy, your personal bot.") #welcome
  2. user_name = input("What's your name? ") # input
  3. print("welcome, " + user_name) # greeting
  4. print("how are you? " + user_name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement