Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.37 KB | None | 0 0
  1. % Questions for the knowledge base
  2.  
  3. question(why) :-
  4.   write('Why do you want to play Sports?'), nl.
  5.  
  6. question(context) :-
  7.   write('In which context do you want to practice sports?'), nl.
  8.  
  9. question(do_you_have_medical_condition) :-
  10.   write('Do you have a Medical conditino?'), nl.
  11.  
  12. question(does_it_limit_your_abilities) :-
  13.   write('Does it limit your abilities?'), nl.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement