Assume the following rules define when X "matches" Y:
- ? matches anything
- a number or symbol matches itself
- a list matches a list if all of the corresponding list elements match
Which of the following are matches, according to these rules?
You can change your answers until the quiz is stopped.