Guest User

Yorkshire chatbot

a guest
Dec 29th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. print("hey up love, ha's thee?")
  2. users_name = input("what's tha name?" )
  3. print("what's tha name? " )
  4. print("welcome " + users_name + ", let's have a reet nice chat love")
  5. users_drink = input("what's tha drinkin'?")
  6. print("what's tha drinkin'?")
  7. print("here's a nice cuppa " + users_drink)
Advertisement
Add Comment
Please, Sign In to add comment