Advertisement
suewalters

bot1

Apr 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. print("Hi, I am the bot that Sue created.")
  2. print("Let's get started.")
  3. users_name=input("What is your name? ")
  4. print("Welcome "+users_name)
  5.  
  6. Hi, I am the bot that Sue created.
  7. Let's get started.
  8. What is your name? Fred
  9. Welcome Fred
  10. >>>
  11.  
  12. ---------- FINISHED ----------
  13. exit code: 2 status: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement