Wrap a Function Call Safely

Call a function that might fail. If a ZeroDivisionError happens, store None in the result variable.
Python
Setting up Python environment...
Output