This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
106 B
Python

a = [10, 12, 34, 542, 63653, 635, 635]
b = [21, 5165, 623, 542, 10]
print(sorted(set(a).intersection(b)))