Skip to content
Snippets Groups Projects
2.py 49 B
Newer Older
hacker717's avatar
hacker717 committed
s = set(input()) & set(input())
print(*s, sep="")