Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import random
- greetings = ["Hello", "What's up?", "Howdy!"]
- goodbyes = ["Bye!", "Goodbye!", "See you soon!"]
- keywords = ["music", "pet", "book"]
- responses = ["music is ok!", "pets are ok!", "books are ok!"]
- print(greetings[0])
Add Comment
Please, Sign In to add comment