Review: Safe Integer Parser

Build a function that parses integers from a list of strings. Use try/except to skip values that cannot be converted, and return only the successful results.
Python
Setting up Python environment...
Output