Advertisement
Guest User

stuff

a guest
May 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. print("Hello, I am a chat bot programmed to inform people on a religion of their choice, which religion would you like to know about?")
  2. print( "Christianity" )
  3. print( "Islam" )
  4. print( "Hinduism" )
  5. answer = input("Make your choice: ")
  6. if answer == "Christianity" :
  7. print("Interesting, which part of Christianity would you like to learn about?")
  8. print("The origins of Christianity")
  9. print("Why people still worship Jesus")
  10. print("How Christians pray")
  11.  
  12.  
  13. if answer == "Hinduism" :
  14. print("Interesting, which part of Hinduism would you like to learn about?")
  15. print("The origins of Hinduism")
  16. print(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement