rainy(seattle).
rainy(rochester).
cold(rochester).
cold(troy).
snowy(X):-rainy(X),cold(X).
