SyntaxFix
Write A Post
Hire A Developer
Questions
If by join you mean union, try this:
set(list(s) + list(t))
It's a bit of a hack, but I can't think of a better one liner to do it.