I know this question is asked a lot, but they are all used for different things. What I want to happen:
#python 3.9
list = [["grass", "sand", "water"],["rock", "grass", "sand"]]
matches = ["sand", "water"]
Is there a way to find matches this way?