Advertisement
DR3W4

Python code

Jun 23rd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.67 KB | None | 0 0
  1. name=input ('Hello. What is your name? ')
  2. print ('hello, '+ name +' nice to meet you. My name is Talkbot. Call me bot for short.')
  3. ffood=input ('By the way what is your favorite food? ')
  4. print ('Yum! '+ffood+' is good I love watermemon! Well actualy, ny creator likes watermelon. I dont have tastebuds.')
  5. age=input ('How old are you? ')
  6. print ('You are '+str (age)+'? Well, I am a computer and computers dont age.')
  7. location=input ('Where do you live? ')
  8. print ('Cool! I heard that '+location+' is awesome!')
  9. print ('____________')
  10. print ('|  •    •  |')
  11. print ('|          |')
  12. print ('|\________/|')
  13. print ('|          |')
  14. print ('|__________|')
  15. print ('GOODBYE!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement