Jayteepix

MyBot.py

Oct 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. print("Hi I'm HAL your personal assistant")
  2. users_name = input("What should I call you? ")
  3. print("Welcome " + users_name + " just call me HAL")
  4.  
  5. Hi I'm HAL your personal assistant
  6. What should I call you? Dave
  7. Welcome Dave just call me HAL
  8. >>>
Advertisement
Add Comment
Please, Sign In to add comment