% knowledge base for CS 100 Week 3 Lecture 2's clicker question 2

activity(running).
food(potato_chips).
food(apple).
healthy(running).
healthy(apple).

good_to_eat(Item) :- food(Item), healthy(Item).