Exercise: Deduplicate and compare

Two store inventories are stored as lists with repeated items. Convert them to sets and find the products sold at both stores in a single expression.
Python
Setting up Python environment...
Output