Due date:
March 6. 11:59pm.
fct(a). fct(b). fct(c). onefct(X) :- ....In this little set of facts and rules, the onefct should match return exactly one fact.
gtrand(X,Y) :- Y is random(X).This rule will bind to Y a random integer between 0 and (X-1).
sentence([the, breeze, is, smelly]). sentence([a, wumpus, shoot, the, pit]).and these might return "no"
sentence([the, go, wumpus]). sentence([is, a grab]).