Similarly, we can use intersection() to create a set of elements that are present in both sets, like "Sue" and "Luke".
intersection()
"Sue"
"Luke"