I'm getting started with Python and currently learning about list comprehensions so this may sound really strange.
Question: Is it possible to use list comprehension to create a list of elements in t and s without duplicates? Sort of like union of two sets but using lists instead...?
I use basic python so I'm not allowed use any shortcut 'reserved' words...