I have a list that looks something like this:
['CALSIM', '1693', '1938', '1429', '1646', '1199', '1204', '1477', '1268', '1158', '1051', '998', '1135', '2381', '2513', 'Sky19', '1627', '2124', '1859', '2504', '1690', '1784', 'Sky21', 'Sky38', '2833', 'Sky20']
I want to create a new list from this list that only includes objects with the substring Sky
in them. Is there a convenient way to do this?