Advertisement
lubattillah

morephrases

May 11th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. phrase=input("names of my family members: ")
  2. if phrase=="Khamisi" or phrase=="Shaaban" or phrase=="Mohamed" or phrase=="Is-haq":
  3. print("I am Lubattillah's Son")
  4. elif phrase=="Zuhura" or phrase=="Tamasha":
  5. print("I am Lubattillah's daughter")
  6. elif phrase=="Ismail" or phrase=="Hafsah" or phrase=="Hafzah":
  7. print("Iam Lubattillah's grandchild")
  8. else:
  9. print("not part of our family members")
  10. print("Welcome to our family")
  11. yob=input("year of birth? ")
  12. age=2019 - int(yob)
  13. if age>18:
  14. print("you are no longer a juvenile")
  15. else:
  16. print("your a juvenile")
  17. occupation=input("what is your occupation? ")
  18. if age<18 and occupation=="student":
  19. print("do not drink alcohol or go to the clubs")
  20. elif age>=18 and age<30 and occupation=="businessman":
  21. print("Put more efforts in your business")
  22. else:
  23. print("You can think of having your own family")
  24. print("bye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement