Find the common classes of Andy and May using the .intersection() instruction with may_classes between the parentheses.
.intersection()
may_classes
Make sure to type .intersection(may_classes).
.intersection(may_classes)