pydseamslib.cyoda.findsCommonElements# pydseamslib.cyoda.findsCommonElements(ring1: List[int], ring2: List[int]) → List[int]# Returns the common elements of two rings Parameters: ring1 (The first ring) ring2 (The second ring)