Answer: (A) -> caseA.pencilCase(’navy’, ‘rainbow')
Step-by-step explanation:
I believe that you may have written an error on the second to last line of your code, instead of setting:
pencilA = pencil() --> this should be: caseA = pencil()
which makes A the correct answer!