BH: Maybe build a real project around this, in which the user can click around the screen to fill in letters or something?
Mary and Brian agreed that this should be an optional project. --MF, 8/28/19
On this page, you will solve a crossword puzzle by combining predicates using the and
block. You will then use the resulting predicates with keep
to find words with specific characteristics.
=
and keep
to find words of a certain length in the words list.
=
and keep
to find words that have certain letters in certain places.
and
and keep
, to solve this Unit 2 Lab 3 Word Puzzle.All the words in the puzzle are related to the AP CS Principles course.