Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\heermatka\myprofile.php:48) in C:\xampp\htdocs\heermatka\myprofile.php on line 144
Write a function that accepts as input two sets represented as lists and produces at output a list representing the intersection of the two sets. Example: >(union ’(a b c d e f) ’(a c f e x y)) ; Value: (a b c d e f x y)