Advertisement
elena_gancedo

bot_elenA

Jun 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.51 KB | None | 0 0
  1. print("Hi, I am Eley, your personal bot.")
  2. question1 = input("Do you want to chat with me?")
  3. print(question1)
  4. print("Let’s get started")
  5. users_name = input("What is your name? ")
  6. print(users_name)
  7. print("Nice to meet you " + users_name + ", welcome.")
  8. question2 = input ("Can I ask you another question?")
  9. print(question2)
  10. print("All right then...")
  11. question3 = input("What do you think of human-robot relationships?")
  12. print(question3)
  13. print("Thanks for your answer " + users_name + ", I like talking to you.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement