Advertisement
Guest User

Scott's Bot

a guest
Feb 23rd, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print("Hi, I am Melvin, your personal bot.")
  2. print("Let's get started!")
  3. print("First, can you please tell me your name?")
  4. users_name = input()
  5. print("Hi, " + users_name + ", I'm glad you've joined me today.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement